#6C0E76

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

Shades of Purple #6C0E76

Tints of Purple #6C0E76

Color information

#6C0E76 (or 0x6C0E76) is unknown color: approx Purple. HEX triplet: 6C, 0E and 76. RGB value is (108,14,118). Sum of RGB (Red+Green+Blue) = 108+14+118=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C0E76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0E76 is #93F189. Grayscale: #353535. Windows color (decimal): -9695626 or 7736940. OLE color: 7736940.

HSL color Cylindrical-coordinate representation of color #6C0E76: hue angle of 294.23º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C0E76 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10814118-
CMYK0.080.8800.54
HSL294.23º78.79%25.88%-
HSV(B)294.23º88.14%46.27%-
XYZ9.614.8117.56-
YUV53.96164.14166.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45%
GREEN value IS 14 (5.86% from 255) = 5.83%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=45%
G=5.83%
B=49.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108141180.080.8800.54294.2378.7925.88
Hex6CE768580361264f1a
Octal154161661013006644611732
Binary110110011101110110100010110000110110100100110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,14,118); }

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

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

 a { background-color: rgb(108,14,118); }

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

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

 span { border-color: rgb(108,14,118); }

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