Shades of Hot Purple #53075F
Tints of Hot Purple #53075F
RGB
CMYK
RGB Variations
Color information
#53075F (or 0x53075F) is known color: Hot Purple. HEX triplet: 53, 07 and 5F. RGB value is (83,7,95). Sum of RGB (Red+Green+Blue) = 83+7+95=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #53075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53075F is #ACF8A0. Grayscale: #272727. Windows color (decimal): -11335841 or 6227795. OLE color: 6227795.
HSL color Cylindrical-coordinate representation of color #53075F: hue angle of 291.82º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53075F is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 7 | 95 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.63 |
| HSL | 291.82º | 0.86% | 0.2% | - |
| HSV(B) | 291.82º | 0.93% | 0.37% | - |
| XYZ | 5.71 | 2.82 | 11.07 | - |
| YUV | 39.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 95 | 0.13 | 0.93 | 0 | 0.63 | 291.82 | 0.86 | 0.2 |
| Hex | 53 | 7 | 5F | D | 5D | 0 | 3F | 124 | 56 | 14 |
| Octal | 123 | 7 | 137 | 15 | 135 | 0 | 77 | 444 | 126 | 24 |
| Binary | 1010011 | 111 | 1011111 | 1101 | 1011101 | 0 | 111111 | 100100100 | 1010110 | 10100 |
Color Harmonies of #53075F
Complementary color
Monochromatic Colors of #53075F
Black with #53075F
Text Example
Text Example
White with #53075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53075F; }
p { color: rgb(83,7,95); }
H1.HeaderClassName
{
color: #53075F;
}
.AnyTagClassName
{
color: #53075F;
}
</style>
background-color css
<style>
a { background-color: #53075F; }
a { background-color: rgb(83,7,95); }
div.DivClassName
{
background-color: #53075F;
}
.BgClassName
{
background-color: #53075F;
}
</style>
border-color css
<style>
span { border-color: #53075F; }
span { border-color: rgb(83,7,95); }
td.TdClassName
{
border-color: #53075F;
}
.TagClassName
{
border-color: #53075F;
}
</style>