#66086B

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

Shades of Purple #66086B

Tints of Purple #66086B

Color information

#66086B (or 0x66086B) is unknown color: approx Purple. HEX triplet: 66, 08 and 6B. RGB value is (102,8,107). Sum of RGB (Red+Green+Blue) = 102+8+107=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #66086B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66086B is #99F794. Grayscale: #2F2F2F. Windows color (decimal): -10090389 or 7014502. OLE color: 7014502.

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

Color convert

RGB1028107-
CMYK0.050.9300.58
HSL296.97º86.09%22.55%-
HSV(B)296.97º92.52%41.96%-
XYZ8.224.0614.26-
YUV47.39161.64166.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 8 (3.52% from 255) = 3.69%
BLUE value IS 107 (42.19% from 255) = 49.31%
R=47.00%
G=3.69%
B=49.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10281070.050.9300.58296.9786.0922.55
Hex6686B55D03A1295617
Octal14610153513507245112627
Binary11001101000110101110110111010111010100101001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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