Shades of Hot Purple #53195D
Tints of Hot Purple #53195D
RGB
CMYK
RGB Variations
Color information
#53195D (or 0x53195D) is known color: Hot Purple. HEX triplet: 53, 19 and 5D. RGB value is (83,25,93). Sum of RGB (Red+Green+Blue) = 83+25+93=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #53195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53195D is #ACE6A2. Grayscale: #313131. Windows color (decimal): -11331235 or 6101331. OLE color: 6101331.
HSL color Cylindrical-coordinate representation of color #53195D: hue angle of 291.18º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53195D is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 25 | 93 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.64 |
| HSL | 291.18º | 0.58% | 0.23% | - |
| HSV(B) | 291.18º | 0.73% | 0.36% | - |
| XYZ | 5.89 | 3.32 | 10.69 | - |
| YUV | 50.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 93 | 0.11 | 0.73 | 0 | 0.64 | 291.18 | 0.58 | 0.23 |
| Hex | 53 | 19 | 5D | B | 49 | 0 | 40 | 123 | 3A | 17 |
| Octal | 123 | 31 | 135 | 13 | 111 | 0 | 100 | 443 | 72 | 27 |
| Binary | 1010011 | 11001 | 1011101 | 1011 | 1001001 | 0 | 1000000 | 100100011 | 111010 | 10111 |
Color Harmonies of #53195D
Complementary color
Monochromatic Colors of #53195D
Black with #53195D
Text Example
Text Example
White with #53195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53195D; }
p { color: rgb(83,25,93); }
H1.HeaderClassName
{
color: #53195D;
}
.AnyTagClassName
{
color: #53195D;
}
</style>
background-color css
<style>
a { background-color: #53195D; }
a { background-color: rgb(83,25,93); }
div.DivClassName
{
background-color: #53195D;
}
.BgClassName
{
background-color: #53195D;
}
</style>
border-color css
<style>
span { border-color: #53195D; }
span { border-color: rgb(83,25,93); }
td.TdClassName
{
border-color: #53195D;
}
.TagClassName
{
border-color: #53195D;
}
</style>