#571861

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

Shades of Hot Purple #571861

Tints of Hot Purple #571861

Color information

#571861 (or 0x571861) is unknown color: approx Hot Purple. HEX triplet: 57, 18 and 61. RGB value is (87,24,97). Sum of RGB (Red+Green+Blue) = 87+24+97=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #571861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571861 is #A8E79E. Grayscale: #323232. Windows color (decimal): -11069343 or 6363223. OLE color: 6363223.

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

Color convert

RGB872497-
CMYK0.100.7500.62
HSL291.78º60.33%23.73%-
HSV(B)291.78º75.26%38.04%-
XYZ6.413.5411.65-
YUV51.16153.87153.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.83%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=41.83%
G=11.54%
B=46.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8724970.100.7500.62291.7860.3323.73
Hex571861A4B03E1243c18
Octal12730141121130764447430
Binary101011111000110000110101001011011111010010010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571861; }

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

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

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

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

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

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

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

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