#660670

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

Shades of Purple #660670

Tints of Purple #660670

Color information

#660670 (or 0x660670) is unknown color: approx Purple. HEX triplet: 66, 06 and 70. RGB value is (102,6,112). Sum of RGB (Red+Green+Blue) = 102+6+112=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #660670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660670 is #99F98F. Grayscale: #2E2E2E. Windows color (decimal): -10090896 or 7341670. OLE color: 7341670.

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

Color convert

RGB1026112-
CMYK0.090.9500.56
HSL294.34º89.83%23.14%-
HSV(B)294.34º94.64%43.92%-
XYZ8.474.1215.68-
YUV46.79164.8167.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.36%
GREEN value IS 6 (2.73% from 255) = 2.73%
BLUE value IS 112 (44.14% from 255) = 50.91%
R=46.36%
G=2.73%
B=50.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10261120.090.9500.56294.3489.8323.14
Hex6667095F0381265a17
Octal14661601113707044613227
Binary11001101101110000100110111110111000100100110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660670; }

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

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

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

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

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

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

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

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