Shades of Hot Purple #531A4E
Tints of Hot Purple #531A4E
RGB
CMYK
RGB Variations
Color information
#531A4E (or 0x531A4E) is known color: Hot Purple. HEX triplet: 53, 1A and 4E. RGB value is (83,26,78). Sum of RGB (Red+Green+Blue) = 83+26+78=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #531A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531A4E is #ACE5B1. Grayscale: #303030. Windows color (decimal): -11330994 or 5118547. OLE color: 5118547.
HSL color Cylindrical-coordinate representation of color #531A4E: hue angle of 305.26º 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 #531A4E is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 78 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.67 |
| HSL | 305.26º | 0.52% | 0.21% | - |
| HSV(B) | 305.26º | 0.69% | 0.33% | - |
| XYZ | 5.31 | 3.13 | 7.53 | - |
| YUV | 48.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 78 | 0 | 0.69 | 0.06 | 0.67 | 305.26 | 0.52 | 0.21 |
| Hex | 53 | 1A | 4E | 0 | 45 | 6 | 43 | 131 | 34 | 15 |
| Octal | 123 | 32 | 116 | 0 | 105 | 6 | 103 | 461 | 64 | 25 |
| Binary | 1010011 | 11010 | 1001110 | 0 | 1000101 | 110 | 1000011 | 100110001 | 110100 | 10101 |
Color Harmonies of #531A4E
Complementary color
Monochromatic Colors of #531A4E
Black with #531A4E
Text Example
Text Example
White with #531A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A4E; }
p { color: rgb(83,26,78); }
H1.HeaderClassName
{
color: #531A4E;
}
.AnyTagClassName
{
color: #531A4E;
}
</style>
background-color css
<style>
a { background-color: #531A4E; }
a { background-color: rgb(83,26,78); }
div.DivClassName
{
background-color: #531A4E;
}
.BgClassName
{
background-color: #531A4E;
}
</style>
border-color css
<style>
span { border-color: #531A4E; }
span { border-color: rgb(83,26,78); }
td.TdClassName
{
border-color: #531A4E;
}
.TagClassName
{
border-color: #531A4E;
}
</style>