#660170

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

Shades of Purple #660170

Tints of Purple #660170

Color information

#660170 (or 0x660170) is unknown color: approx Purple. HEX triplet: 66, 01 and 70. RGB value is (102,1,112). Sum of RGB (Red+Green+Blue) = 102+1+112=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #660170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660170 is #99FE8F. Grayscale: #2B2B2B. Windows color (decimal): -10092176 or 7340390. OLE color: 7340390.

HSL color Cylindrical-coordinate representation of color #660170: hue angle of 294.59º 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 #660170 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1021112-
CMYK0.090.9900.56
HSL294.59º98.23%22.16%-
HSV(B)294.59º99.11%43.92%-
XYZ8.414.0215.66-
YUV43.85166.46169.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.44%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=47.44%
G=0.47%
B=52.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10211120.090.9900.56294.5998.2322.16
Hex661709630381276216
Octal14611601114307044714226
Binary110011011110000100111000110111000100100111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660170; }

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

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

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

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

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

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

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

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