Shades of Hot Purple #531A4F
Tints of Hot Purple #531A4F
RGB
CMYK
RGB Variations
Color information
#531A4F (or 0x531A4F) is known color: Hot Purple. HEX triplet: 53, 1A and 4F. RGB value is (83,26,79). Sum of RGB (Red+Green+Blue) = 83+26+79=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #531A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531A4F is #ACE5B0. Grayscale: #303030. Windows color (decimal): -11330993 or 5184083. OLE color: 5184083.
HSL color Cylindrical-coordinate representation of color #531A4F: hue angle of 304.21º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A4F is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 79 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.67 |
| HSL | 304.21º | 0.52% | 0.21% | - |
| HSV(B) | 304.21º | 0.69% | 0.33% | - |
| XYZ | 5.35 | 3.14 | 7.72 | - |
| YUV | 49.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 79 | 0 | 0.69 | 0.05 | 0.67 | 304.21 | 0.52 | 0.21 |
| Hex | 53 | 1A | 4F | 0 | 45 | 5 | 43 | 130 | 34 | 15 |
| Octal | 123 | 32 | 117 | 0 | 105 | 5 | 103 | 460 | 64 | 25 |
| Binary | 1010011 | 11010 | 1001111 | 0 | 1000101 | 101 | 1000011 | 100110000 | 110100 | 10101 |
Color Harmonies of #531A4F
Complementary color
Monochromatic Colors of #531A4F
Black with #531A4F
Text Example
Text Example
White with #531A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A4F; }
p { color: rgb(83,26,79); }
H1.HeaderClassName
{
color: #531A4F;
}
.AnyTagClassName
{
color: #531A4F;
}
</style>
background-color css
<style>
a { background-color: #531A4F; }
a { background-color: rgb(83,26,79); }
div.DivClassName
{
background-color: #531A4F;
}
.BgClassName
{
background-color: #531A4F;
}
</style>
border-color css
<style>
span { border-color: #531A4F; }
span { border-color: rgb(83,26,79); }
td.TdClassName
{
border-color: #531A4F;
}
.TagClassName
{
border-color: #531A4F;
}
</style>