#66026B

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

Shades of Purple #66026B

Tints of Purple #66026B

Color information

#66026B (or 0x66026B) is unknown color: approx Purple. HEX triplet: 66, 02 and 6B. RGB value is (102,2,107). Sum of RGB (Red+Green+Blue) = 102+2+107=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #66026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66026B is #99FD94. Grayscale: #2B2B2B. Windows color (decimal): -10091925 or 7012966. OLE color: 7012966.

HSL color Cylindrical-coordinate representation of color #66026B: hue angle of 297.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66026B is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1022107-
CMYK0.050.9800.58
HSL297.14º96.33%21.37%-
HSV(B)297.14º98.13%41.96%-
XYZ8.163.9314.24-
YUV43.87163.63169.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.34%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 107 (42.19% from 255) = 50.71%
R=48.34%
G=0.95%
B=50.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10221070.050.9800.58297.1496.3321.37
Hex6626B56203A1296015
Octal1462153514207245114025
Binary110011010110101110111000100111010100101001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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