#570A62

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

Shades of Hot Purple #570A62

Tints of Hot Purple #570A62

Color information

#570A62 (or 0x570A62) is unknown color: approx Hot Purple. HEX triplet: 57, 0A and 62. RGB value is (87,10,98). Sum of RGB (Red+Green+Blue) = 87+10+98=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #570A62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A62 is #A8F59D. Grayscale: #2A2A2A. Windows color (decimal): -11072926 or 6425175. OLE color: 6425175.

HSL color Cylindrical-coordinate representation of color #570A62: hue angle of 292.5º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570A62 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB871098-
CMYK0.110.9000.62
HSL292.5º81.48%21.18%-
HSV(B)292.5º89.8%38.43%-
XYZ6.243.1311.83-
YUV43.05159.01159.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.62%
GREEN value IS 10 (4.30% from 255) = 5.13%
BLUE value IS 98 (38.67% from 255) = 50.26%
R=44.62%
G=5.13%
B=50.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8710980.110.9000.62292.581.4821.18
Hex57A62B5A03E1245115
Octal127121421313207644412125
Binary101011110101100010101110110100111110100100100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,10,98); }

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

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

 a { background-color: rgb(87,10,98); }

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

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

 span { border-color: rgb(87,10,98); }

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