Shades of Hot Purple #572163
Tints of Hot Purple #572163
RGB
CMYK
RGB Variations
Color information
#572163 (or 0x572163) is known color: Hot Purple. HEX triplet: 57, 21 and 63. RGB value is (87,33,99). Sum of RGB (Red+Green+Blue) = 87+33+99=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #572163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572163 is #A8DE9C. Grayscale: #383838. Windows color (decimal): -11067037 or 6496599. OLE color: 6496599.
HSL color Cylindrical-coordinate representation of color #572163: hue angle of 289.09º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #572163 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 33 | 99 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.61 |
| HSL | 289.09º | 0.5% | 0.26% | - |
| HSV(B) | 289.09º | 0.67% | 0.39% | - |
| XYZ | 6.73 | 4.01 | 12.22 | - |
| YUV | 56.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 99 | 0.12 | 0.67 | 0 | 0.61 | 289.09 | 0.5 | 0.26 |
| Hex | 57 | 21 | 63 | C | 43 | 0 | 3D | 121 | 32 | 1A |
| Octal | 127 | 41 | 143 | 14 | 103 | 0 | 75 | 441 | 62 | 32 |
| Binary | 1010111 | 100001 | 1100011 | 1100 | 1000011 | 0 | 111101 | 100100001 | 110010 | 11010 |
Color Harmonies of #572163
Complementary color
Monochromatic Colors of #572163
Black with #572163
Text Example
Text Example
White with #572163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572163; }
p { color: rgb(87,33,99); }
H1.HeaderClassName
{
color: #572163;
}
.AnyTagClassName
{
color: #572163;
}
</style>
background-color css
<style>
a { background-color: #572163; }
a { background-color: rgb(87,33,99); }
div.DivClassName
{
background-color: #572163;
}
.BgClassName
{
background-color: #572163;
}
</style>
border-color css
<style>
span { border-color: #572163; }
span { border-color: rgb(87,33,99); }
td.TdClassName
{
border-color: #572163;
}
.TagClassName
{
border-color: #572163;
}
</style>