#660571

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

Shades of Purple #660571

Tints of Purple #660571

Color information

#660571 (or 0x660571) is unknown color: approx Purple. HEX triplet: 66, 05 and 71. RGB value is (102,5,113). Sum of RGB (Red+Green+Blue) = 102+5+113=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #660571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660571 is #99FA8E. Grayscale: #2D2D2D. Windows color (decimal): -10091151 or 7406950. OLE color: 7406950.

HSL color Cylindrical-coordinate representation of color #660571: hue angle of 293.89º degrees, saturation: 0.92, 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 #660571 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1025113-
CMYK0.100.9600.56
HSL293.89º91.53%23.14%-
HSV(B)293.89º95.58%44.31%-
XYZ8.514.1315.97-
YUV46.32165.64167.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.36%
GREEN value IS 5 (2.34% from 255) = 2.27%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=46.36%
G=2.27%
B=51.36%

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
Decimal10251130.100.9600.56293.8991.5323.14
Hex66571A600381265c17
Octal14651611214007044613427
Binary11001101011110001101011000000111000100100110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660571; }

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

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

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

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

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

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

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

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