#571561

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

Shades of Hot Purple #571561

Tints of Hot Purple #571561

Color information

#571561 (or 0x571561) is unknown color: approx Hot Purple. HEX triplet: 57, 15 and 61. RGB value is (87,21,97). Sum of RGB (Red+Green+Blue) = 87+21+97=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #571561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571561 is #A8EA9E. Grayscale: #313131. Windows color (decimal): -11070111 or 6362455. OLE color: 6362455.

HSL color Cylindrical-coordinate representation of color #571561: hue angle of 292.11º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #571561 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB872197-
CMYK0.100.7800.62
HSL292.11º64.41%23.14%-
HSV(B)292.11º78.35%38.04%-
XYZ6.363.4311.64-
YUV49.4154.87154.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=42.44%
G=10.24%
B=47.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8721970.100.7800.62292.1164.4123.14
Hex571561A4E03E1244017
Octal127251411211607644410027
Binary1010111101011100001101010011100111110100100100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571561; }

 p { color: rgb(87,21,97); }

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

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

 a { background-color: rgb(87,21,97); }

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

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

 span { border-color: rgb(87,21,97); }

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