Shades of Hot Purple #53315B
Tints of Hot Purple #53315B
RGB
CMYK
RGB Variations
Color information
#53315B (or 0x53315B) is known color: Hot Purple. HEX triplet: 53, 31 and 5B. RGB value is (83,49,91). Sum of RGB (Red+Green+Blue) = 83+49+91=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #53315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53315B is #ACCEA4. Grayscale: #3F3F3F. Windows color (decimal): -11325093 or 5976403. OLE color: 5976403.
HSL color Cylindrical-coordinate representation of color #53315B: hue angle of 288.57º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53315B is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 49 | 91 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.64 |
| HSL | 288.57º | 0.3% | 0.27% | - |
| HSV(B) | 288.57º | 0.46% | 0.36% | - |
| XYZ | 6.55 | 4.79 | 10.48 | - |
| YUV | 63.95 | 143.26 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 91 | 0.09 | 0.46 | 0 | 0.64 | 288.57 | 0.3 | 0.27 |
| Hex | 53 | 31 | 5B | 9 | 2E | 0 | 40 | 121 | 1E | 1B |
| Octal | 123 | 61 | 133 | 11 | 56 | 0 | 100 | 441 | 36 | 33 |
| Binary | 1010011 | 110001 | 1011011 | 1001 | 101110 | 0 | 1000000 | 100100001 | 11110 | 11011 |
Color Harmonies of #53315B
Complementary color
Monochromatic Colors of #53315B
Black with #53315B
Text Example
Text Example
White with #53315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53315B; }
p { color: rgb(83,49,91); }
H1.HeaderClassName
{
color: #53315B;
}
.AnyTagClassName
{
color: #53315B;
}
</style>
background-color css
<style>
a { background-color: #53315B; }
a { background-color: rgb(83,49,91); }
div.DivClassName
{
background-color: #53315B;
}
.BgClassName
{
background-color: #53315B;
}
</style>
border-color css
<style>
span { border-color: #53315B; }
span { border-color: rgb(83,49,91); }
td.TdClassName
{
border-color: #53315B;
}
.TagClassName
{
border-color: #53315B;
}
</style>