Shades of Hot Purple #531A5A
Tints of Hot Purple #531A5A
RGB
CMYK
RGB Variations
Color information
#531A5A (or 0x531A5A) is known color: Hot Purple. HEX triplet: 53, 1A and 5A. RGB value is (83,26,90). Sum of RGB (Red+Green+Blue) = 83+26+90=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #531A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531A5A is #ACE5A5. Grayscale: #323232. Windows color (decimal): -11330982 or 5904979. OLE color: 5904979.
HSL color Cylindrical-coordinate representation of color #531A5A: hue angle of 293.44º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #531A5A is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 26 | 90 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.65 |
| HSL | 293.44º | 0.55% | 0.23% | - |
| HSV(B) | 293.44º | 0.71% | 0.35% | - |
| XYZ | 5.78 | 3.32 | 10.01 | - |
| YUV | 50.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 90 | 0.08 | 0.71 | 0 | 0.65 | 293.44 | 0.55 | 0.23 |
| Hex | 53 | 1A | 5A | 8 | 47 | 0 | 41 | 125 | 37 | 17 |
| Octal | 123 | 32 | 132 | 10 | 107 | 0 | 101 | 445 | 67 | 27 |
| Binary | 1010011 | 11010 | 1011010 | 1000 | 1000111 | 0 | 1000001 | 100100101 | 110111 | 10111 |
Color Harmonies of #531A5A
Complementary color
Monochromatic Colors of #531A5A
Black with #531A5A
Text Example
Text Example
White with #531A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A5A; }
p { color: rgb(83,26,90); }
H1.HeaderClassName
{
color: #531A5A;
}
.AnyTagClassName
{
color: #531A5A;
}
</style>
background-color css
<style>
a { background-color: #531A5A; }
a { background-color: rgb(83,26,90); }
div.DivClassName
{
background-color: #531A5A;
}
.BgClassName
{
background-color: #531A5A;
}
</style>
border-color css
<style>
span { border-color: #531A5A; }
span { border-color: rgb(83,26,90); }
td.TdClassName
{
border-color: #531A5A;
}
.TagClassName
{
border-color: #531A5A;
}
</style>