Shades of Hot Purple #53065D
Tints of Hot Purple #53065D
RGB
CMYK
RGB Variations
Color information
#53065D (or 0x53065D) is known color: Hot Purple. HEX triplet: 53, 06 and 5D. RGB value is (83,6,93). Sum of RGB (Red+Green+Blue) = 83+6+93=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #53065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53065D is #ACF9A2. Grayscale: #262626. Windows color (decimal): -11336099 or 6096467. OLE color: 6096467.
HSL color Cylindrical-coordinate representation of color #53065D: hue angle of 293.1º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53065D is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 6 | 93 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.64 |
| HSL | 293.1º | 0.88% | 0.19% | - |
| HSV(B) | 293.1º | 0.94% | 0.36% | - |
| XYZ | 5.61 | 2.76 | 10.59 | - |
| YUV | 38.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 93 | 0.11 | 0.94 | 0 | 0.64 | 293.1 | 0.88 | 0.19 |
| Hex | 53 | 6 | 5D | B | 5E | 0 | 40 | 125 | 58 | 13 |
| Octal | 123 | 6 | 135 | 13 | 136 | 0 | 100 | 445 | 130 | 23 |
| Binary | 1010011 | 110 | 1011101 | 1011 | 1011110 | 0 | 1000000 | 100100101 | 1011000 | 10011 |
Color Harmonies of #53065D
Complementary color
Monochromatic Colors of #53065D
Black with #53065D
Text Example
Text Example
White with #53065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53065D; }
p { color: rgb(83,6,93); }
H1.HeaderClassName
{
color: #53065D;
}
.AnyTagClassName
{
color: #53065D;
}
</style>
background-color css
<style>
a { background-color: #53065D; }
a { background-color: rgb(83,6,93); }
div.DivClassName
{
background-color: #53065D;
}
.BgClassName
{
background-color: #53065D;
}
</style>
border-color css
<style>
span { border-color: #53065D; }
span { border-color: rgb(83,6,93); }
td.TdClassName
{
border-color: #53065D;
}
.TagClassName
{
border-color: #53065D;
}
</style>