Shades of Hot Purple #531D55
Tints of Hot Purple #531D55
RGB
CMYK
RGB Variations
Color information
#531D55 (or 0x531D55) is known color: Hot Purple. HEX triplet: 53, 1D and 55. RGB value is (83,29,85). Sum of RGB (Red+Green+Blue) = 83+29+85=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #531D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531D55 is #ACE2AA. Grayscale: #333333. Windows color (decimal): -11330219 or 5578067. OLE color: 5578067.
HSL color Cylindrical-coordinate representation of color #531D55: hue angle of 297.86º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531D55 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 85 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.67 |
| HSL | 297.86º | 0.49% | 0.22% | - |
| HSV(B) | 297.86º | 0.66% | 0.33% | - |
| XYZ | 5.65 | 3.37 | 8.95 | - |
| YUV | 51.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 85 | 0.02 | 0.66 | 0 | 0.67 | 297.86 | 0.49 | 0.22 |
| Hex | 53 | 1D | 55 | 2 | 42 | 0 | 43 | 12A | 31 | 16 |
| Octal | 123 | 35 | 125 | 2 | 102 | 0 | 103 | 452 | 61 | 26 |
| Binary | 1010011 | 11101 | 1010101 | 10 | 1000010 | 0 | 1000011 | 100101010 | 110001 | 10110 |
Color Harmonies of #531D55
Complementary color
Monochromatic Colors of #531D55
Black with #531D55
Text Example
Text Example
White with #531D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D55; }
p { color: rgb(83,29,85); }
H1.HeaderClassName
{
color: #531D55;
}
.AnyTagClassName
{
color: #531D55;
}
</style>
background-color css
<style>
a { background-color: #531D55; }
a { background-color: rgb(83,29,85); }
div.DivClassName
{
background-color: #531D55;
}
.BgClassName
{
background-color: #531D55;
}
</style>
border-color css
<style>
span { border-color: #531D55; }
span { border-color: rgb(83,29,85); }
td.TdClassName
{
border-color: #531D55;
}
.TagClassName
{
border-color: #531D55;
}
</style>