#660471

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

Shades of Purple #660471

Tints of Purple #660471

Color information

#660471 (or 0x660471) is unknown color: approx Purple. HEX triplet: 66, 04 and 71. RGB value is (102,4,113). Sum of RGB (Red+Green+Blue) = 102+4+113=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #660471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660471 is #99FB8E. Grayscale: #2D2D2D. Windows color (decimal): -10091407 or 7406694. OLE color: 7406694.

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

Color convert

RGB1024113-
CMYK0.100.9600.56
HSL293.94º93.16%22.94%-
HSV(B)293.94º96.46%44.31%-
XYZ8.54.115.97-
YUV45.73165.97168.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 113 (44.53% from 255) = 51.60%
R=46.58%
G=1.83%
B=51.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10241130.100.9600.56293.9493.1622.94
Hex66471A600381265d17
Octal14641611214007044613527
Binary11001101001110001101011000000111000100100110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660471; }

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

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

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

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

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

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

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

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