Shades of Hot Purple #531E53
Tints of Hot Purple #531E53
RGB
CMYK
RGB Variations
Color information
#531E53 (or 0x531E53) is known color: Hot Purple. HEX triplet: 53, 1E and 53. RGB value is (83,30,83). Sum of RGB (Red+Green+Blue) = 83+30+83=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #531E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531E53 is #ACE1AC. Grayscale: #333333. Windows color (decimal): -11329965 or 5447251. OLE color: 5447251.
HSL color Cylindrical-coordinate representation of color #531E53: hue angle of 300º 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 #531E53 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 30 | 83 | - |
| CMYK | 0 | 0.64 | 0 | 0.67 |
| HSL | 300º | 0.47% | 0.22% | - |
| HSV(B) | 300º | 0.64% | 0.33% | - |
| XYZ | 5.59 | 3.39 | 8.54 | - |
| YUV | 51.89 | 145.56 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 83 | 0 | 0.64 | 0 | 0.67 | 300 | 0.47 | 0.22 |
| Hex | 53 | 1E | 53 | 0 | 40 | 0 | 43 | 12C | 2F | 16 |
| Octal | 123 | 36 | 123 | 0 | 100 | 0 | 103 | 454 | 57 | 26 |
| Binary | 1010011 | 11110 | 1010011 | 0 | 1000000 | 0 | 1000011 | 100101100 | 101111 | 10110 |
Color Harmonies of #531E53
Complementary color
Monochromatic Colors of #531E53
Black with #531E53
Text Example
Text Example
White with #531E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531E53; }
p { color: rgb(83,30,83); }
H1.HeaderClassName
{
color: #531E53;
}
.AnyTagClassName
{
color: #531E53;
}
</style>
background-color css
<style>
a { background-color: #531E53; }
a { background-color: rgb(83,30,83); }
div.DivClassName
{
background-color: #531E53;
}
.BgClassName
{
background-color: #531E53;
}
</style>
border-color css
<style>
span { border-color: #531E53; }
span { border-color: rgb(83,30,83); }
td.TdClassName
{
border-color: #531E53;
}
.TagClassName
{
border-color: #531E53;
}
</style>