#660472

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

Shades of Purple #660472

Tints of Purple #660472

Color information

#660472 (or 0x660472) is unknown color: approx Purple. HEX triplet: 66, 04 and 72. RGB value is (102,4,114). Sum of RGB (Red+Green+Blue) = 102+4+114=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #660472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660472 is #99FB8D. Grayscale: #2D2D2D. Windows color (decimal): -10091406 or 7472230. OLE color: 7472230.

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

Color convert

RGB1024114-
CMYK0.110.9600.55
HSL293.45º93.22%23.14%-
HSV(B)293.45º96.49%44.71%-
XYZ8.564.1316.26-
YUV45.84166.47168.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.36%
GREEN value IS 4 (1.95% from 255) = 1.82%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=46.36%
G=1.82%
B=51.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10241140.110.9600.55293.4593.2223.14
Hex66472B600371255d17
Octal14641621314006744513527
Binary11001101001110010101111000000110111100100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660472; }

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

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

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

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

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

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

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

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