Shades of Hot Purple #572763
Tints of Hot Purple #572763
RGB
CMYK
RGB Variations
Color information
#572763 (or 0x572763) is known color: Hot Purple. HEX triplet: 57, 27 and 63. RGB value is (87,39,99). Sum of RGB (Red+Green+Blue) = 87+39+99=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #572763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572763 is #A8D89C. Grayscale: #3C3C3C. Windows color (decimal): -11065501 or 6498135. OLE color: 6498135.
HSL color Cylindrical-coordinate representation of color #572763: hue angle of 288º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #572763 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 39 | 99 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.61 |
| HSL | 288º | 0.43% | 0.27% | - |
| HSV(B) | 288º | 0.61% | 0.39% | - |
| XYZ | 6.91 | 4.38 | 12.29 | - |
| YUV | 60.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 39 | 99 | 0.12 | 0.61 | 0 | 0.61 | 288 | 0.43 | 0.27 |
| Hex | 57 | 27 | 63 | C | 3D | 0 | 3D | 120 | 2B | 1B |
| Octal | 127 | 47 | 143 | 14 | 75 | 0 | 75 | 440 | 53 | 33 |
| Binary | 1010111 | 100111 | 1100011 | 1100 | 111101 | 0 | 111101 | 100100000 | 101011 | 11011 |
Color Harmonies of #572763
Complementary color
Monochromatic Colors of #572763
Black with #572763
Text Example
Text Example
White with #572763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572763; }
p { color: rgb(87,39,99); }
H1.HeaderClassName
{
color: #572763;
}
.AnyTagClassName
{
color: #572763;
}
</style>
background-color css
<style>
a { background-color: #572763; }
a { background-color: rgb(87,39,99); }
div.DivClassName
{
background-color: #572763;
}
.BgClassName
{
background-color: #572763;
}
</style>
border-color css
<style>
span { border-color: #572763; }
span { border-color: rgb(87,39,99); }
td.TdClassName
{
border-color: #572763;
}
.TagClassName
{
border-color: #572763;
}
</style>