#570B63

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

Shades of Hot Purple #570B63

Tints of Hot Purple #570B63

Color information

#570B63 (or 0x570B63) is unknown color: approx Hot Purple. HEX triplet: 57, 0B and 63. RGB value is (87,11,99). Sum of RGB (Red+Green+Blue) = 87+11+99=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #570B63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570B63 is #A8F49C. Grayscale: #2B2B2B. Windows color (decimal): -11072669 or 6490967. OLE color: 6490967.

HSL color Cylindrical-coordinate representation of color #570B63: hue angle of 291.82º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570B63 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB871199-
CMYK0.120.8900.61
HSL291.82º80%21.57%-
HSV(B)291.82º88.89%38.82%-
XYZ6.33.1712.08-
YUV43.76159.18158.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 11 (4.69% from 255) = 5.58%
BLUE value IS 99 (39.06% from 255) = 50.25%
R=44.16%
G=5.58%
B=50.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8711990.120.8900.61291.828021.57
Hex57B63C5903D1245016
Octal127131431413107544412026
Binary101011110111100011110010110010111101100100100101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,11,99); }

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

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

 a { background-color: rgb(87,11,99); }

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

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

 span { border-color: rgb(87,11,99); }

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