#572863

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

Shades of Hot Purple #572863

Tints of Hot Purple #572863

Color information

#572863 (or 0x572863) is unknown color: approx Hot Purple. HEX triplet: 57, 28 and 63. RGB value is (87,40,99). Sum of RGB (Red+Green+Blue) = 87+40+99=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #572863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572863 is #A8D79C. Grayscale: #3C3C3C. Windows color (decimal): -11065245 or 6498391. OLE color: 6498391.

HSL color Cylindrical-coordinate representation of color #572863: hue angle of 287.8º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #572863 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB874099-
CMYK0.120.6000.61
HSL287.8º42.45%27.25%-
HSV(B)287.8º59.6%38.82%-
XYZ6.944.4412.3-
YUV60.78149.57146.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.50%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 99 (39.06% from 255) = 43.81%
R=38.50%
G=17.70%
B=43.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8740990.120.6000.61287.842.4527.25
Hex572863C3C03D1202a1b
Octal1275014314740754405233
Binary101011110100011000111100111100011110110010000010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572863; }

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

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

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

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

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

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

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

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