Html Css Color HEX #6B259D Royal Purple

📋 copy color: '#6B259D'

red 107 ◦ green 37 ◦ blue 157

#6B259D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #6B259D

Tints of Royal Purple #6B259D

RGB

 RED value IS 107 (42.19% from 255) = 35.55%

 GREEN value IS 37 (14.84% from 255) = 12.29%

 BLUE value IS 157 (61.72% from 255) = 52.16%

R = 35.55%
G = 12.29%
B = 52.16%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6B259D (or 0x6B259D) is known color: Royal Purple. HEX triplet: 6B, 25 and 9D. RGB value is (107,37,157). Sum of RGB (Red+Green+Blue) = 107+37+157=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B259D is #94DA62. Grayscale: #474747. Windows color (decimal): -9755235 or 10298731. OLE color: 10298731.

HSL color Cylindrical-coordinate representation of color #6B259D: hue angle of 275º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B259D is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 37 157 -
CMYK 0.32 0.76 0 0.38
HSL 275º 0.62% 0.38% -
HSV(B) 275º 0.76% 0.62% -
XYZ 12.81 6.88 32.55 -
YUV 71.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 107 37 157 0.32 0.76 0 0.38 275 0.62 0.38
Hex 6B 25 9D 20 4C 0 26 113 3E 26
Octal 153 45 235 40 114 0 46 423 76 46
Binary 1101011 100101 10011101 100000 1001100 0 100110 100010011 111110 100110

Color Harmonies of #6B259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B259D

Black with #6B259D

Text Example


Text Example

White with #6B259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B259D; }

 p { color: rgb(107,37,157); }

 H1.HeaderClassName
 {
   color: #6B259D;
 }
 .AnyTagClassName
 {
   color: #6B259D;
 }
</style>

background-color css

<style>
 a { background-color: #6B259D; }

 a { background-color: rgb(107,37,157); }

 div.DivClassName
 {
   background-color: #6B259D;
 }
 .BgClassName
 {
   background-color: #6B259D;
 }
</style>

border-color css

<style>
 span { border-color: #6B259D; }

 span { border-color: rgb(107,37,157); }

 td.TdClassName
 {
   border-color: #6B259D;
 }
 .TagClassName
 {
   border-color: #6B259D;
 }
</style>