#66016E

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

Shades of Purple #66016E

Tints of Purple #66016E

Color information

#66016E (or 0x66016E) is unknown color: approx Purple. HEX triplet: 66, 01 and 6E. RGB value is (102,1,110). Sum of RGB (Red+Green+Blue) = 102+1+110=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #66016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66016E is #99FE91. Grayscale: #2B2B2B. Windows color (decimal): -10092178 or 7209318. OLE color: 7209318.

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

Color convert

RGB1021110-
CMYK0.070.9900.57
HSL295.6º98.2%21.76%-
HSV(B)295.6º99.09%43.14%-
XYZ8.33.9715.08-
YUV43.62165.46169.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 110 (43.36% from 255) = 51.64%
R=47.89%
G=0.47%
B=51.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10211100.070.9900.57295.698.221.76
Hex6616E7630391286216
Octal1461156714307145014226
Binary11001101110111011111000110111001100101000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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