Shades of Hot Purple #531E4F
Tints of Hot Purple #531E4F
RGB
CMYK
RGB Variations
Color information
#531E4F (or 0x531E4F) is known color: Hot Purple. HEX triplet: 53, 1E and 4F. RGB value is (83,30,79). Sum of RGB (Red+Green+Blue) = 83+30+79=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #531E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531E4F is #ACE1B0. Grayscale: #333333. Windows color (decimal): -11329969 or 5185107. OLE color: 5185107.
HSL color Cylindrical-coordinate representation of color #531E4F: hue angle of 304.53º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #531E4F is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 30 | 79 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.67 |
| HSL | 304.53º | 0.47% | 0.22% | - |
| HSV(B) | 304.53º | 0.64% | 0.33% | - |
| XYZ | 5.44 | 3.33 | 7.75 | - |
| YUV | 51.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 79 | 0 | 0.64 | 0.05 | 0.67 | 304.53 | 0.47 | 0.22 |
| Hex | 53 | 1E | 4F | 0 | 40 | 5 | 43 | 131 | 2F | 16 |
| Octal | 123 | 36 | 117 | 0 | 100 | 5 | 103 | 461 | 57 | 26 |
| Binary | 1010011 | 11110 | 1001111 | 0 | 1000000 | 101 | 1000011 | 100110001 | 101111 | 10110 |
Color Harmonies of #531E4F
Complementary color
Monochromatic Colors of #531E4F
Black with #531E4F
Text Example
Text Example
White with #531E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531E4F; }
p { color: rgb(83,30,79); }
H1.HeaderClassName
{
color: #531E4F;
}
.AnyTagClassName
{
color: #531E4F;
}
</style>
background-color css
<style>
a { background-color: #531E4F; }
a { background-color: rgb(83,30,79); }
div.DivClassName
{
background-color: #531E4F;
}
.BgClassName
{
background-color: #531E4F;
}
</style>
border-color css
<style>
span { border-color: #531E4F; }
span { border-color: rgb(83,30,79); }
td.TdClassName
{
border-color: #531E4F;
}
.TagClassName
{
border-color: #531E4F;
}
</style>