#570E5F

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

Shades of Hot Purple #570E5F

Tints of Hot Purple #570E5F

Color information

#570E5F (or 0x570E5F) is unknown color: approx Hot Purple. HEX triplet: 57, 0E and 5F. RGB value is (87,14,95). Sum of RGB (Red+Green+Blue) = 87+14+95=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #570E5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570E5F is #A8F1A0. Grayscale: #2C2C2C. Windows color (decimal): -11071905 or 6229591. OLE color: 6229591.

HSL color Cylindrical-coordinate representation of color #570E5F: hue angle of 294.07º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #570E5F is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB871495-
CMYK0.080.8500.63
HSL294.07º74.31%21.37%-
HSV(B)294.07º85.26%37.25%-
XYZ6.153.1711.11-
YUV45.06156.18157.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 14 (5.86% from 255) = 7.14%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=44.39%
G=7.14%
B=48.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8714950.080.8500.63294.0774.3121.37
Hex57E5F85503F1264a15
Octal127161371012507744611225
Binary101011111101011111100010101010111111100100110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570E5F; }

 p { color: rgb(87,14,95); }

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

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

 a { background-color: rgb(87,14,95); }

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

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

 span { border-color: rgb(87,14,95); }

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