Shades of Hot Purple #531256
Tints of Hot Purple #531256
RGB
CMYK
RGB Variations
Color information
#531256 (or 0x531256) is known color: Hot Purple. HEX triplet: 53, 12 and 56. RGB value is (83,18,86). Sum of RGB (Red+Green+Blue) = 83+18+86=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #531256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531256 is #ACEDA9. Grayscale: #2C2C2C. Windows color (decimal): -11333034 or 5640787. OLE color: 5640787.
HSL color Cylindrical-coordinate representation of color #531256: hue angle of 297.35º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531256 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 18 | 86 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.66 |
| HSL | 297.35º | 0.65% | 0.2% | - |
| HSV(B) | 297.35º | 0.79% | 0.34% | - |
| XYZ | 5.46 | 2.94 | 9.08 | - |
| YUV | 45.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 86 | 0.03 | 0.79 | 0 | 0.66 | 297.35 | 0.65 | 0.2 |
| Hex | 53 | 12 | 56 | 3 | 4F | 0 | 42 | 129 | 41 | 14 |
| Octal | 123 | 22 | 126 | 3 | 117 | 0 | 102 | 451 | 101 | 24 |
| Binary | 1010011 | 10010 | 1010110 | 11 | 1001111 | 0 | 1000010 | 100101001 | 1000001 | 10100 |
Color Harmonies of #531256
Complementary color
Monochromatic Colors of #531256
Black with #531256
Text Example
Text Example
White with #531256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531256; }
p { color: rgb(83,18,86); }
H1.HeaderClassName
{
color: #531256;
}
.AnyTagClassName
{
color: #531256;
}
</style>
background-color css
<style>
a { background-color: #531256; }
a { background-color: rgb(83,18,86); }
div.DivClassName
{
background-color: #531256;
}
.BgClassName
{
background-color: #531256;
}
</style>
border-color css
<style>
span { border-color: #531256; }
span { border-color: rgb(83,18,86); }
td.TdClassName
{
border-color: #531256;
}
.TagClassName
{
border-color: #531256;
}
</style>