#66026E

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

Shades of Purple #66026E

Tints of Purple #66026E

Color information

#66026E (or 0x66026E) is unknown color: approx Purple. HEX triplet: 66, 02 and 6E. RGB value is (102,2,110). Sum of RGB (Red+Green+Blue) = 102+2+110=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #66026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66026E is #99FD91. Grayscale: #2B2B2B. Windows color (decimal): -10091922 or 7209574. OLE color: 7209574.

HSL color Cylindrical-coordinate representation of color #66026E: hue angle of 295.56º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66026E is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1022110-
CMYK0.070.9800.57
HSL295.56º96.43%21.96%-
HSV(B)295.56º98.18%43.14%-
XYZ8.323.9915.08-
YUV44.21165.13169.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.66%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 110 (43.36% from 255) = 51.40%
R=47.66%
G=0.93%
B=51.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10221100.070.9800.57295.5696.4321.96
Hex6626E7620391286016
Octal1462156714207145014026
Binary110011010110111011111000100111001100101000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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