Shades of Hot Purple #53075D
Tints of Hot Purple #53075D
RGB
CMYK
RGB Variations
Color information
#53075D (or 0x53075D) is known color: Hot Purple. HEX triplet: 53, 07 and 5D. RGB value is (83,7,93). Sum of RGB (Red+Green+Blue) = 83+7+93=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #53075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53075D is #ACF8A2. Grayscale: #272727. Windows color (decimal): -11335843 or 6096723. OLE color: 6096723.
HSL color Cylindrical-coordinate representation of color #53075D: hue angle of 293.02º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53075D is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 7 | 93 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.64 |
| HSL | 293.02º | 0.86% | 0.2% | - |
| HSV(B) | 293.02º | 0.92% | 0.36% | - |
| XYZ | 5.62 | 2.78 | 10.6 | - |
| YUV | 39.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 93 | 0.11 | 0.92 | 0 | 0.64 | 293.02 | 0.86 | 0.2 |
| Hex | 53 | 7 | 5D | B | 5C | 0 | 40 | 125 | 56 | 14 |
| Octal | 123 | 7 | 135 | 13 | 134 | 0 | 100 | 445 | 126 | 24 |
| Binary | 1010011 | 111 | 1011101 | 1011 | 1011100 | 0 | 1000000 | 100100101 | 1010110 | 10100 |
Color Harmonies of #53075D
Complementary color
Monochromatic Colors of #53075D
Black with #53075D
Text Example
Text Example
White with #53075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53075D; }
p { color: rgb(83,7,93); }
H1.HeaderClassName
{
color: #53075D;
}
.AnyTagClassName
{
color: #53075D;
}
</style>
background-color css
<style>
a { background-color: #53075D; }
a { background-color: rgb(83,7,93); }
div.DivClassName
{
background-color: #53075D;
}
.BgClassName
{
background-color: #53075D;
}
</style>
border-color css
<style>
span { border-color: #53075D; }
span { border-color: rgb(83,7,93); }
td.TdClassName
{
border-color: #53075D;
}
.TagClassName
{
border-color: #53075D;
}
</style>