#571F64

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

Shades of Hot Purple #571F64

Tints of Hot Purple #571F64

Color information

#571F64 (or 0x571F64) is unknown color: approx Hot Purple. HEX triplet: 57, 1F and 64. RGB value is (87,31,100). Sum of RGB (Red+Green+Blue) = 87+31+100=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: blue. Hex color #571F64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571F64 is #A8E09B. Grayscale: #373737. Windows color (decimal): -11067548 or 6561623. OLE color: 6561623.

HSL color Cylindrical-coordinate representation of color #571F64: hue angle of 288.7º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #571F64 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8731100-
CMYK0.130.6900.61
HSL288.7º52.67%25.69%-
HSV(B)288.7º69%39.22%-
XYZ6.723.9312.46-
YUV55.61153.05150.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.91%
GREEN value IS 31 (12.5% from 255) = 14.22%
BLUE value IS 100 (39.45% from 255) = 45.87%
R=39.91%
G=14.22%
B=45.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal87311000.130.6900.61288.752.6725.69
Hex571F64D4503D121351a
Octal12737144151050754416532
Binary101011111111110010011011000101011110110010000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571F64; }

 p { color: rgb(87,31,100); }

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

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

 a { background-color: rgb(87,31,100); }

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

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

 span { border-color: rgb(87,31,100); }

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