Shades of Hot Purple #53085F
Tints of Hot Purple #53085F
RGB
CMYK
RGB Variations
Color information
#53085F (or 0x53085F) is known color: Hot Purple. HEX triplet: 53, 08 and 5F. RGB value is (83,8,95). Sum of RGB (Red+Green+Blue) = 83+8+95=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #53085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53085F is #ACF7A0. Grayscale: #282828. Windows color (decimal): -11335585 or 6228051. OLE color: 6228051.
HSL color Cylindrical-coordinate representation of color #53085F: hue angle of 291.72º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53085F is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 8 | 95 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.63 |
| HSL | 291.72º | 0.84% | 0.2% | - |
| HSV(B) | 291.72º | 0.92% | 0.37% | - |
| XYZ | 5.72 | 2.84 | 11.07 | - |
| YUV | 40.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 95 | 0.13 | 0.92 | 0 | 0.63 | 291.72 | 0.84 | 0.2 |
| Hex | 53 | 8 | 5F | D | 5C | 0 | 3F | 124 | 54 | 14 |
| Octal | 123 | 10 | 137 | 15 | 134 | 0 | 77 | 444 | 124 | 24 |
| Binary | 1010011 | 1000 | 1011111 | 1101 | 1011100 | 0 | 111111 | 100100100 | 1010100 | 10100 |
Color Harmonies of #53085F
Complementary color
Monochromatic Colors of #53085F
Black with #53085F
Text Example
Text Example
White with #53085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53085F; }
p { color: rgb(83,8,95); }
H1.HeaderClassName
{
color: #53085F;
}
.AnyTagClassName
{
color: #53085F;
}
</style>
background-color css
<style>
a { background-color: #53085F; }
a { background-color: rgb(83,8,95); }
div.DivClassName
{
background-color: #53085F;
}
.BgClassName
{
background-color: #53085F;
}
</style>
border-color css
<style>
span { border-color: #53085F; }
span { border-color: rgb(83,8,95); }
td.TdClassName
{
border-color: #53085F;
}
.TagClassName
{
border-color: #53085F;
}
</style>