#66016F

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

Shades of Purple #66016F

Tints of Purple #66016F

Color information

#66016F (or 0x66016F) is unknown color: approx Purple. HEX triplet: 66, 01 and 6F. RGB value is (102,1,111). Sum of RGB (Red+Green+Blue) = 102+1+111=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #66016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66016F is #99FE90. Grayscale: #2B2B2B. Windows color (decimal): -10092177 or 7274854. OLE color: 7274854.

HSL color Cylindrical-coordinate representation of color #66016F: hue angle of 295.09º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66016F is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1021111-
CMYK0.080.9900.56
HSL295.09º98.21%21.96%-
HSV(B)295.09º99.1%43.53%-
XYZ8.363.9915.37-
YUV43.74165.96169.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.66%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 111 (43.75% from 255) = 51.87%
R=47.66%
G=0.47%
B=51.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10211110.080.9900.56295.0998.2121.96
Hex6616F8630381276216
Octal14611571014307044714226
Binary110011011101111100011000110111000100100111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66016F; }

 p { color: rgb(102,1,111); }

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

<style>
 a { background-color: #66016F; }

 a { background-color: rgb(102,1,111); }

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

<style>
 span { border-color: #66016F; }

 span { border-color: rgb(102,1,111); }

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