Shades of Hot Purple #531755
Tints of Hot Purple #531755
RGB
CMYK
RGB Variations
Color information
#531755 (or 0x531755) is known color: Hot Purple. HEX triplet: 53, 17 and 55. RGB value is (83,23,85). Sum of RGB (Red+Green+Blue) = 83+23+85=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #531755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531755 is #ACE8AA. Grayscale: #2F2F2F. Windows color (decimal): -11331755 or 5576531. OLE color: 5576531.
HSL color Cylindrical-coordinate representation of color #531755: hue angle of 298.06º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531755 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 23 | 85 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.67 |
| HSL | 298.06º | 0.57% | 0.21% | - |
| HSV(B) | 298.06º | 0.73% | 0.33% | - |
| XYZ | 5.51 | 3.11 | 8.9 | - |
| YUV | 48.01 | 148.88 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 23 | 85 | 0.02 | 0.73 | 0 | 0.67 | 298.06 | 0.57 | 0.21 |
| Hex | 53 | 17 | 55 | 2 | 49 | 0 | 43 | 12A | 39 | 15 |
| Octal | 123 | 27 | 125 | 2 | 111 | 0 | 103 | 452 | 71 | 25 |
| Binary | 1010011 | 10111 | 1010101 | 10 | 1001001 | 0 | 1000011 | 100101010 | 111001 | 10101 |
Color Harmonies of #531755
Complementary color
Monochromatic Colors of #531755
Black with #531755
Text Example
Text Example
White with #531755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531755; }
p { color: rgb(83,23,85); }
H1.HeaderClassName
{
color: #531755;
}
.AnyTagClassName
{
color: #531755;
}
</style>
background-color css
<style>
a { background-color: #531755; }
a { background-color: rgb(83,23,85); }
div.DivClassName
{
background-color: #531755;
}
.BgClassName
{
background-color: #531755;
}
</style>
border-color css
<style>
span { border-color: #531755; }
span { border-color: rgb(83,23,85); }
td.TdClassName
{
border-color: #531755;
}
.TagClassName
{
border-color: #531755;
}
</style>