Shades of Hot Purple #53094F
Tints of Hot Purple #53094F
RGB
CMYK
RGB Variations
Color information
#53094F (or 0x53094F) is known color: Hot Purple. HEX triplet: 53, 09 and 4F. RGB value is (83,9,79). Sum of RGB (Red+Green+Blue) = 83+9+79=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #53094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53094F is #ACF6B0. Grayscale: #262626. Windows color (decimal): -11335345 or 5179731. OLE color: 5179731.
HSL color Cylindrical-coordinate representation of color #53094F: hue angle of 303.24º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53094F is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 9 | 79 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.67 |
| HSL | 303.24º | 0.8% | 0.18% | - |
| HSV(B) | 303.24º | 0.89% | 0.33% | - |
| XYZ | 5.08 | 2.6 | 7.63 | - |
| YUV | 39.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 79 | 0 | 0.89 | 0.05 | 0.67 | 303.24 | 0.8 | 0.18 |
| Hex | 53 | 9 | 4F | 0 | 59 | 5 | 43 | 12F | 50 | 12 |
| Octal | 123 | 11 | 117 | 0 | 131 | 5 | 103 | 457 | 120 | 22 |
| Binary | 1010011 | 1001 | 1001111 | 0 | 1011001 | 101 | 1000011 | 100101111 | 1010000 | 10010 |
Color Harmonies of #53094F
Complementary color
Monochromatic Colors of #53094F
Black with #53094F
Text Example
Text Example
White with #53094F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53094F; }
p { color: rgb(83,9,79); }
H1.HeaderClassName
{
color: #53094F;
}
.AnyTagClassName
{
color: #53094F;
}
</style>
background-color css
<style>
a { background-color: #53094F; }
a { background-color: rgb(83,9,79); }
div.DivClassName
{
background-color: #53094F;
}
.BgClassName
{
background-color: #53094F;
}
</style>
border-color css
<style>
span { border-color: #53094F; }
span { border-color: rgb(83,9,79); }
td.TdClassName
{
border-color: #53094F;
}
.TagClassName
{
border-color: #53094F;
}
</style>