#6C1476

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

Shades of Purple #6C1476

Tints of Purple #6C1476

Color information

#6C1476 (or 0x6C1476) is unknown color: approx Purple. HEX triplet: 6C, 14 and 76. RGB value is (108,20,118). Sum of RGB (Red+Green+Blue) = 108+20+118=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C1476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1476 is #93EB89. Grayscale: #393939. Windows color (decimal): -9694090 or 7738476. OLE color: 7738476.

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

Color convert

RGB10820118-
CMYK0.080.8300.54
HSL293.88º71.01%27.06%-
HSV(B)293.88º83.05%46.27%-
XYZ9.7517.59-
YUV57.48162.15164.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.90%
GREEN value IS 20 (8.20% from 255) = 8.13%
BLUE value IS 118 (46.48% from 255) = 47.97%
R=43.90%
G=8.13%
B=47.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108201180.080.8300.54293.8871.0127.06
Hex6C1476853036126471b
Octal154241661012306644610733
Binary1101100101001110110100010100110110110100100110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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