#6C0466

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

Shades of Purple #6C0466

Tints of Purple #6C0466

Color information

#6C0466 (or 0x6C0466) is unknown color: approx Purple. HEX triplet: 6C, 04 and 66. RGB value is (108,4,102). Sum of RGB (Red+Green+Blue) = 108+4+102=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0466 is #93FB99. Grayscale: #2D2D2D. Windows color (decimal): -9698202 or 6685804. OLE color: 6685804.

HSL color Cylindrical-coordinate representation of color #6C0466: hue angle of 303.46º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C0466 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB1084102-
CMYK00.960.060.58
HSL303.46º92.86%21.96%-
HSV(B)303.46º96.3%42.35%-
XYZ8.634.2312.93-
YUV46.27159.46172.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.47%
GREEN value IS 4 (1.95% from 255) = 1.87%
BLUE value IS 102 (40.23% from 255) = 47.66%
R=50.47%
G=1.87%
B=47.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108410200.960.060.58303.4692.8621.96
Hex6C46606063A12f5d16
Octal1544146014067245713526
Binary1101100100110011001100000110111010100101111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,4,102); }

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

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

 a { background-color: rgb(108,4,102); }

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

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

 span { border-color: rgb(108,4,102); }

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