#66006A

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

Shades of Purple #66006A

Tints of Purple #66006A

Color information

#66006A (or 0x66006A) is unknown color: approx Purple. HEX triplet: 66, 00 and 6A. RGB value is (102,0,106). Sum of RGB (Red+Green+Blue) = 102+0+106=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #66006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66006A is #99FF95. Grayscale: #2A2A2A. Windows color (decimal): -10092438 or 6946918. OLE color: 6946918.

HSL color Cylindrical-coordinate representation of color #66006A: hue angle of 297.74º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66006A is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1020106-
CMYK0.04100.58
HSL297.74º100%20.78%-
HSV(B)297.74º100%41.57%-
XYZ8.083.8713.96-
YUV42.58163.79170.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 50.96%
R=49.04%
G=0%
B=50.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10201060.04100.58297.7410020.78
Hex6606A46403A12a6415
Octal1460152414407245214425
Binary11001100110101010011001000111010100101010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66006A; }

 p { color: rgb(102,0,106); }

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

<style>
 a { background-color: #66006A; }

 a { background-color: rgb(102,0,106); }

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

<style>
 span { border-color: #66006A; }

 span { border-color: rgb(102,0,106); }

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