Shades of Hot Purple #531A55
Tints of Hot Purple #531A55
RGB
CMYK
RGB Variations
Color information
#531A55 (or 0x531A55) is known color: Hot Purple. HEX triplet: 53, 1A and 55. RGB value is (83,26,85). Sum of RGB (Red+Green+Blue) = 83+26+85=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #531A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531A55 is #ACE5AA. Grayscale: #313131. Windows color (decimal): -11330987 or 5577299. OLE color: 5577299.
HSL color Cylindrical-coordinate representation of color #531A55: hue angle of 297.97º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A55 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 85 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.67 |
| HSL | 297.97º | 0.53% | 0.22% | - |
| HSV(B) | 297.97º | 0.69% | 0.33% | - |
| XYZ | 5.58 | 3.23 | 8.92 | - |
| YUV | 49.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 85 | 0.02 | 0.69 | 0 | 0.67 | 297.97 | 0.53 | 0.22 |
| Hex | 53 | 1A | 55 | 2 | 45 | 0 | 43 | 12A | 35 | 16 |
| Octal | 123 | 32 | 125 | 2 | 105 | 0 | 103 | 452 | 65 | 26 |
| Binary | 1010011 | 11010 | 1010101 | 10 | 1000101 | 0 | 1000011 | 100101010 | 110101 | 10110 |
Color Harmonies of #531A55
Complementary color
Monochromatic Colors of #531A55
Black with #531A55
Text Example
Text Example
White with #531A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A55; }
p { color: rgb(83,26,85); }
H1.HeaderClassName
{
color: #531A55;
}
.AnyTagClassName
{
color: #531A55;
}
</style>
background-color css
<style>
a { background-color: #531A55; }
a { background-color: rgb(83,26,85); }
div.DivClassName
{
background-color: #531A55;
}
.BgClassName
{
background-color: #531A55;
}
</style>
border-color css
<style>
span { border-color: #531A55; }
span { border-color: rgb(83,26,85); }
td.TdClassName
{
border-color: #531A55;
}
.TagClassName
{
border-color: #531A55;
}
</style>