Shades of Hot Purple #53155D
Tints of Hot Purple #53155D
RGB
CMYK
RGB Variations
Color information
#53155D (or 0x53155D) is known color: Hot Purple. HEX triplet: 53, 15 and 5D. RGB value is (83,21,93). Sum of RGB (Red+Green+Blue) = 83+21+93=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #53155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53155D is #ACEAA2. Grayscale: #2F2F2F. Windows color (decimal): -11332259 or 6100307. OLE color: 6100307.
HSL color Cylindrical-coordinate representation of color #53155D: hue angle of 291.67º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53155D is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 21 | 93 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.64 |
| HSL | 291.67º | 0.63% | 0.22% | - |
| HSV(B) | 291.67º | 0.77% | 0.36% | - |
| XYZ | 5.81 | 3.17 | 10.66 | - |
| YUV | 47.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 93 | 0.11 | 0.77 | 0 | 0.64 | 291.67 | 0.63 | 0.22 |
| Hex | 53 | 15 | 5D | B | 4D | 0 | 40 | 124 | 3F | 16 |
| Octal | 123 | 25 | 135 | 13 | 115 | 0 | 100 | 444 | 77 | 26 |
| Binary | 1010011 | 10101 | 1011101 | 1011 | 1001101 | 0 | 1000000 | 100100100 | 111111 | 10110 |
Color Harmonies of #53155D
Complementary color
Monochromatic Colors of #53155D
Black with #53155D
Text Example
Text Example
White with #53155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53155D; }
p { color: rgb(83,21,93); }
H1.HeaderClassName
{
color: #53155D;
}
.AnyTagClassName
{
color: #53155D;
}
</style>
background-color css
<style>
a { background-color: #53155D; }
a { background-color: rgb(83,21,93); }
div.DivClassName
{
background-color: #53155D;
}
.BgClassName
{
background-color: #53155D;
}
</style>
border-color css
<style>
span { border-color: #53155D; }
span { border-color: rgb(83,21,93); }
td.TdClassName
{
border-color: #53155D;
}
.TagClassName
{
border-color: #53155D;
}
</style>