#6c16a2

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

Shades of Royal Purple #6C16A2

Tints of Royal Purple #6C16A2

Color information

#6C16A2 (or 0x6C16A2) is unknown color: approx Royal Purple. HEX triplet: 6C, 16 and A2. RGB value is (108,22,162). Sum of RGB (Red+Green+Blue) = 108+22+162=292 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.99% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 162 (63.67% from 255 or 55.48% from 292); Max value from RGB is 162 - color contains mainly: blue. Hex color #6C16A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C16A2 is #93E95D. Grayscale: #3F3F3F. Windows color (decimal): -9693534 or 10622572. OLE color: 10622572.

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

Color convert

RGB10822162-
CMYK0.330.8600.36
HSL276.86º76.09%36.08%-
HSV(B)276.86º86.42%63.53%-
XYZ12.996.3734.73-
YUV63.67183.49159.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.99%
GREEN value IS 22 (8.98% from 255) = 7.53%
BLUE value IS 162 (63.67% from 255) = 55.48%
R=36.99%
G=7.53%
B=55.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108221620.330.8600.36276.8676.0936.08
Hex6C16A221560241154c24
Octal154262424112604442511444
Binary11011001011010100010100001101011001001001000101011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c16a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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