#570962

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

Shades of Hot Purple #570962

Tints of Hot Purple #570962

Color information

#570962 (or 0x570962) is unknown color: approx Hot Purple. HEX triplet: 57, 09 and 62. RGB value is (87,9,98). Sum of RGB (Red+Green+Blue) = 87+9+98=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #570962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570962 is #A8F69D. Grayscale: #2A2A2A. Windows color (decimal): -11073182 or 6424919. OLE color: 6424919.

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

Color convert

RGB87998-
CMYK0.110.9100.62
HSL292.58º83.18%20.98%-
HSV(B)292.58º90.82%38.43%-
XYZ6.233.111.83-
YUV42.47159.34159.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 98 (38.67% from 255) = 50.52%
R=44.85%
G=4.64%
B=50.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal879980.110.9100.62292.5883.1820.98
Hex57962B5B03E1255315
Octal127111421313307644512325
Binary101011110011100010101110110110111110100100101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570962; }

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

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

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

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

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

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

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

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