Shades of Hot Purple #572663
Tints of Hot Purple #572663
RGB
CMYK
RGB Variations
Color information
#572663 (or 0x572663) is known color: Hot Purple. HEX triplet: 57, 26 and 63. RGB value is (87,38,99). Sum of RGB (Red+Green+Blue) = 87+38+99=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #572663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572663 is #A8D99C. Grayscale: #3B3B3B. Windows color (decimal): -11065757 or 6497879. OLE color: 6497879.
HSL color Cylindrical-coordinate representation of color #572663: hue angle of 288.2º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #572663 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 38 | 99 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.61 |
| HSL | 288.2º | 0.45% | 0.27% | - |
| HSV(B) | 288.2º | 0.62% | 0.39% | - |
| XYZ | 6.88 | 4.31 | 12.27 | - |
| YUV | 59.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 38 | 99 | 0.12 | 0.62 | 0 | 0.61 | 288.2 | 0.45 | 0.27 |
| Hex | 57 | 26 | 63 | C | 3E | 0 | 3D | 120 | 2D | 1B |
| Octal | 127 | 46 | 143 | 14 | 76 | 0 | 75 | 440 | 55 | 33 |
| Binary | 1010111 | 100110 | 1100011 | 1100 | 111110 | 0 | 111101 | 100100000 | 101101 | 11011 |
Color Harmonies of #572663
Complementary color
Monochromatic Colors of #572663
Black with #572663
Text Example
Text Example
White with #572663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572663; }
p { color: rgb(87,38,99); }
H1.HeaderClassName
{
color: #572663;
}
.AnyTagClassName
{
color: #572663;
}
</style>
background-color css
<style>
a { background-color: #572663; }
a { background-color: rgb(87,38,99); }
div.DivClassName
{
background-color: #572663;
}
.BgClassName
{
background-color: #572663;
}
</style>
border-color css
<style>
span { border-color: #572663; }
span { border-color: rgb(87,38,99); }
td.TdClassName
{
border-color: #572663;
}
.TagClassName
{
border-color: #572663;
}
</style>