Shades of Hot Purple #53095D
Tints of Hot Purple #53095D
RGB
CMYK
RGB Variations
Color information
#53095D (or 0x53095D) is known color: Hot Purple. HEX triplet: 53, 09 and 5D. RGB value is (83,9,93). Sum of RGB (Red+Green+Blue) = 83+9+93=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #53095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53095D is #ACF6A2. Grayscale: #282828. Windows color (decimal): -11335331 or 6097235. OLE color: 6097235.
HSL color Cylindrical-coordinate representation of color #53095D: hue angle of 292.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53095D is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 9 | 93 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.64 |
| HSL | 292.86º | 0.82% | 0.2% | - |
| HSV(B) | 292.86º | 0.9% | 0.36% | - |
| XYZ | 5.64 | 2.82 | 10.6 | - |
| YUV | 40.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 93 | 0.11 | 0.90 | 0 | 0.64 | 292.86 | 0.82 | 0.2 |
| Hex | 53 | 9 | 5D | B | 5A | 0 | 40 | 125 | 52 | 14 |
| Octal | 123 | 11 | 135 | 13 | 132 | 0 | 100 | 445 | 122 | 24 |
| Binary | 1010011 | 1001 | 1011101 | 1011 | 1011010 | 0 | 1000000 | 100100101 | 1010010 | 10100 |
Color Harmonies of #53095D
Complementary color
Monochromatic Colors of #53095D
Black with #53095D
Text Example
Text Example
White with #53095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53095D; }
p { color: rgb(83,9,93); }
H1.HeaderClassName
{
color: #53095D;
}
.AnyTagClassName
{
color: #53095D;
}
</style>
background-color css
<style>
a { background-color: #53095D; }
a { background-color: rgb(83,9,93); }
div.DivClassName
{
background-color: #53095D;
}
.BgClassName
{
background-color: #53095D;
}
</style>
border-color css
<style>
span { border-color: #53095D; }
span { border-color: rgb(83,9,93); }
td.TdClassName
{
border-color: #53095D;
}
.TagClassName
{
border-color: #53095D;
}
</style>