#660370

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

Shades of Purple #660370

Tints of Purple #660370

Color information

#660370 (or 0x660370) is unknown color: approx Purple. HEX triplet: 66, 03 and 70. RGB value is (102,3,112). Sum of RGB (Red+Green+Blue) = 102+3+112=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #660370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660370 is #99FC8F. Grayscale: #2C2C2C. Windows color (decimal): -10091664 or 7340902. OLE color: 7340902.

HSL color Cylindrical-coordinate representation of color #660370: hue angle of 294.5º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660370 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1023112-
CMYK0.090.9700.56
HSL294.5º94.78%22.55%-
HSV(B)294.5º97.32%43.92%-
XYZ8.444.0615.67-
YUV45.03165.8168.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 3 (1.56% from 255) = 1.38%
BLUE value IS 112 (44.14% from 255) = 51.61%
R=47.00%
G=1.38%
B=51.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10231120.090.9700.56294.594.7822.55
Hex663709610381265f17
Octal14631601114107044613727
Binary1100110111110000100111000010111000100100110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660370; }

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

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

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

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

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

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

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

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