Html Css Color HEX #6B20A6 Royal Purple

📋 copy color: '#6B20A6'

red 107 ◦ green 32 ◦ blue 166

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

Shades of Royal Purple #6B20A6

Tints of Royal Purple #6B20A6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

 BLUE value IS 166 (65.23% from 255) = 54.43%

R = 35.08%
G = 10.49%
B = 54.43%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6B20A6 (or 0x6B20A6) is known color: Royal Purple. HEX triplet: 6B, 20 and A6. RGB value is (107,32,166). Sum of RGB (Red+Green+Blue) = 107+32+166=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 166 (65.23% from 255 or 54.43% from 305); Max value from RGB is 166 - color contains mainly: blue. Hex color #6B20A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B20A6 is #94DF59. Grayscale: #454545. Windows color (decimal): -9756506 or 10887275. OLE color: 10887275.

HSL color Cylindrical-coordinate representation of color #6B20A6: hue angle of 273.58º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B20A6 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 107 32 166 -
CMYK 0.36 0.81 0 0.35
HSL 273.58º 0.68% 0.39% -
HSV(B) 273.58º 0.81% 0.65% -
XYZ 13.46 6.91 36.7 -
YUV 69.7 182.35 154.6 -
System Red Green Blue C M Y K H S L
Decimal 107 32 166 0.36 0.81 0 0.35 273.58 0.68 0.39
Hex 6B 20 A6 24 51 0 23 112 44 27
Octal 153 40 246 44 121 0 43 422 104 47
Binary 1101011 100000 10100110 100100 1010001 0 100011 100010010 1000100 100111

Color Harmonies of #6B20A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B20A6

Black with #6B20A6

Text Example


Text Example

White with #6B20A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,32,166); }

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

background-color css

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

 a { background-color: rgb(107,32,166); }

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

border-color css

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

 span { border-color: rgb(107,32,166); }

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