Shades of Hot Purple #531F4F
Tints of Hot Purple #531F4F
RGB
CMYK
RGB Variations
Color information
#531F4F (or 0x531F4F) is known color: Hot Purple. HEX triplet: 53, 1F and 4F. RGB value is (83,31,79). Sum of RGB (Red+Green+Blue) = 83+31+79=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #531F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531F4F is #ACE0B0. Grayscale: #333333. Windows color (decimal): -11329713 or 5185363. OLE color: 5185363.
HSL color Cylindrical-coordinate representation of color #531F4F: hue angle of 304.62º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F4F is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 79 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.67 |
| HSL | 304.62º | 0.46% | 0.22% | - |
| HSV(B) | 304.62º | 0.63% | 0.33% | - |
| XYZ | 5.47 | 3.38 | 7.76 | - |
| YUV | 52.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 79 | 0 | 0.63 | 0.05 | 0.67 | 304.62 | 0.46 | 0.22 |
| Hex | 53 | 1F | 4F | 0 | 3F | 5 | 43 | 131 | 2E | 16 |
| Octal | 123 | 37 | 117 | 0 | 77 | 5 | 103 | 461 | 56 | 26 |
| Binary | 1010011 | 11111 | 1001111 | 0 | 111111 | 101 | 1000011 | 100110001 | 101110 | 10110 |
Color Harmonies of #531F4F
Complementary color
Monochromatic Colors of #531F4F
Black with #531F4F
Text Example
Text Example
White with #531F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F4F; }
p { color: rgb(83,31,79); }
H1.HeaderClassName
{
color: #531F4F;
}
.AnyTagClassName
{
color: #531F4F;
}
</style>
background-color css
<style>
a { background-color: #531F4F; }
a { background-color: rgb(83,31,79); }
div.DivClassName
{
background-color: #531F4F;
}
.BgClassName
{
background-color: #531F4F;
}
</style>
border-color css
<style>
span { border-color: #531F4F; }
span { border-color: rgb(83,31,79); }
td.TdClassName
{
border-color: #531F4F;
}
.TagClassName
{
border-color: #531F4F;
}
</style>