#6C14A2

Color #6C14A2 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #6C14A2

Tints of Royal Purple #6C14A2

Color information

#6C14A2 (or 0x6C14A2) is unknown color: approx Royal Purple. HEX triplet: 6C, 14 and A2. RGB value is (108,20,162). Sum of RGB (Red+Green+Blue) = 108+20+162=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #6C14A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C14A2 is #93EB5D. Grayscale: #3E3E3E. Windows color (decimal): -9694046 or 10622060. OLE color: 10622060.

HSL color Cylindrical-coordinate representation of color #6C14A2: hue angle of 277.18º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C14A2 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10820162-
CMYK0.330.8800.36
HSL277.18º78.02%35.69%-
HSV(B)277.18º87.65%63.53%-
XYZ12.966.334.72-
YUV62.5184.15160.45-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.24%
GREEN value IS 20 (8.20% from 255) = 6.90%
BLUE value IS 162 (63.67% from 255) = 55.86%
R=37.24%
G=6.90%
B=55.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108201620.330.8800.36277.1878.0235.69
Hex6C14A221580241154e24
Octal154242424113004442511644
Binary11011001010010100010100001101100001001001000101011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C14A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,20,162); }

 H1.HeaderClassName
 {
   color: #6C14A2;
 }
 .AnyTagClassName
 {
   color: #6C14A2;
 }
</style>
background-color css

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

 a { background-color: rgb(108,20,162); }

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

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

 span { border-color: rgb(108,20,162); }

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