Shades of Hot Purple #572754
Tints of Hot Purple #572754
RGB
CMYK
RGB Variations
Color information
#572754 (or 0x572754) is known color: Hot Purple. HEX triplet: 57, 27 and 54. RGB value is (87,39,84). Sum of RGB (Red+Green+Blue) = 87+39+84=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 87 - color contains mainly: red. Hex color #572754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572754 is #A8D8AB. Grayscale: #3A3A3A. Windows color (decimal): -11065516 or 5515095. OLE color: 5515095.
HSL color Cylindrical-coordinate representation of color #572754: hue angle of 303.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #572754 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 39 | 84 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.66 |
| HSL | 303.75º | 0.38% | 0.25% | - |
| HSV(B) | 303.75º | 0.55% | 0.34% | - |
| XYZ | 6.26 | 4.12 | 8.85 | - |
| YUV | 58.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 39 | 84 | 0 | 0.55 | 0.03 | 0.66 | 303.75 | 0.38 | 0.25 |
| Hex | 57 | 27 | 54 | 0 | 37 | 3 | 42 | 130 | 26 | 19 |
| Octal | 127 | 47 | 124 | 0 | 67 | 3 | 102 | 460 | 46 | 31 |
| Binary | 1010111 | 100111 | 1010100 | 0 | 110111 | 11 | 1000010 | 100110000 | 100110 | 11001 |
Color Harmonies of #572754
Complementary color
Monochromatic Colors of #572754
Black with #572754
Text Example
Text Example
White with #572754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572754; }
p { color: rgb(87,39,84); }
H1.HeaderClassName
{
color: #572754;
}
.AnyTagClassName
{
color: #572754;
}
</style>
background-color css
<style>
a { background-color: #572754; }
a { background-color: rgb(87,39,84); }
div.DivClassName
{
background-color: #572754;
}
.BgClassName
{
background-color: #572754;
}
</style>
border-color css
<style>
span { border-color: #572754; }
span { border-color: rgb(87,39,84); }
td.TdClassName
{
border-color: #572754;
}
.TagClassName
{
border-color: #572754;
}
</style>