Shades of Hot Purple #572863
Tints of Hot Purple #572863
RGB
CMYK
RGB Variations
Color information
#572863 (or 0x572863) is known color: 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
| RGB | 87 | 40 | 99 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.61 |
| HSL | 287.8º | 0.42% | 0.27% | - |
| HSV(B) | 287.8º | 0.6% | 0.39% | - |
| XYZ | 6.94 | 4.44 | 12.3 | - |
| YUV | 60.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 99 | 0.12 | 0.60 | 0 | 0.61 | 287.8 | 0.42 | 0.27 |
| Hex | 57 | 28 | 63 | C | 3C | 0 | 3D | 120 | 2A | 1B |
| Octal | 127 | 50 | 143 | 14 | 74 | 0 | 75 | 440 | 52 | 33 |
| Binary | 1010111 | 101000 | 1100011 | 1100 | 111100 | 0 | 111101 | 100100000 | 101010 | 11011 |
Color Harmonies of #572863
Complementary color
Monochromatic Colors of #572863
Black with #572863
Text Example
Text Example
White with #572863
Text Example
Text Example
HTML Codes & Css Web 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>