#66046B

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

Shades of Purple #66046B

Tints of Purple #66046B

Color information

#66046B (or 0x66046B) is unknown color: approx Purple. HEX triplet: 66, 04 and 6B. RGB value is (102,4,107). Sum of RGB (Red+Green+Blue) = 102+4+107=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #66046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66046B is #99FB94. Grayscale: #2C2C2C. Windows color (decimal): -10091413 or 7013478. OLE color: 7013478.

HSL color Cylindrical-coordinate representation of color #66046B: hue angle of 297.09º 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 #66046B is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1024107-
CMYK0.050.9600.58
HSL297.09º92.79%21.76%-
HSV(B)297.09º96.26%41.96%-
XYZ8.183.9714.25-
YUV45.04162.97168.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 4 (1.95% from 255) = 1.88%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=47.89%
G=1.88%
B=50.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10241070.050.9600.58297.0992.7921.76
Hex6646B56003A1295d16
Octal1464153514007245113526
Binary1100110100110101110111000000111010100101001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66046B; }

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

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

<style>
 a { background-color: #66046B; }

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

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

<style>
 span { border-color: #66046B; }

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

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