#570C63

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

Shades of Hot Purple #570C63

Tints of Hot Purple #570C63

Color information

#570C63 (or 0x570C63) is unknown color: approx Hot Purple. HEX triplet: 57, 0C and 63. RGB value is (87,12,99). Sum of RGB (Red+Green+Blue) = 87+12+99=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #570C63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570C63 is #A8F39C. Grayscale: #2C2C2C. Windows color (decimal): -11072413 or 6491223. OLE color: 6491223.

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

Color convert

RGB871299-
CMYK0.120.8800.61
HSL291.72º78.38%21.76%-
HSV(B)291.72º87.88%38.82%-
XYZ6.313.1912.09-
YUV44.34158.85158.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 12 (5.08% from 255) = 6.06%
BLUE value IS 99 (39.06% from 255) = 50%
R=43.94%
G=6.06%
B=50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8712990.120.8800.61291.7278.3821.76
Hex57C63C5803D1244e16
Octal127141431413007544411626
Binary101011111001100011110010110000111101100100100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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