#660474

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

Shades of Purple #660474

Tints of Purple #660474

Color information

#660474 (or 0x660474) is unknown color: approx Purple. HEX triplet: 66, 04 and 74. RGB value is (102,4,116). Sum of RGB (Red+Green+Blue) = 102+4+116=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #660474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660474 is #99FB8B. Grayscale: #2D2D2D. Windows color (decimal): -10091404 or 7603302. OLE color: 7603302.

HSL color Cylindrical-coordinate representation of color #660474: hue angle of 292.5º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660474 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1024116-
CMYK0.120.9700.55
HSL292.5º93.33%23.53%-
HSV(B)292.5º96.55%45.49%-
XYZ8.684.1716.87-
YUV46.07167.47167.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 4 (1.95% from 255) = 1.80%
BLUE value IS 116 (45.70% from 255) = 52.25%
R=45.95%
G=1.80%
B=52.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10241160.120.9700.55292.593.3323.53
Hex66474C610371245d18
Octal14641641414106744413530
Binary11001101001110100110011000010110111100100100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660474; }

 p { color: rgb(102,4,116); }

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

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

 a { background-color: rgb(102,4,116); }

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

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

 span { border-color: rgb(102,4,116); }

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