Shades of Hot Purple #53194F
Tints of Hot Purple #53194F
RGB
CMYK
RGB Variations
Color information
#53194F (or 0x53194F) is known color: Hot Purple. HEX triplet: 53, 19 and 4F. RGB value is (83,25,79). Sum of RGB (Red+Green+Blue) = 83+25+79=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #53194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53194F is #ACE6B0. Grayscale: #303030. Windows color (decimal): -11331249 or 5183827. OLE color: 5183827.
HSL color Cylindrical-coordinate representation of color #53194F: hue angle of 304.14º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53194F is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 79 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.67 |
| HSL | 304.14º | 0.54% | 0.21% | - |
| HSV(B) | 304.14º | 0.7% | 0.33% | - |
| XYZ | 5.33 | 3.1 | 7.71 | - |
| YUV | 48.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 79 | 0 | 0.70 | 0.05 | 0.67 | 304.14 | 0.54 | 0.21 |
| Hex | 53 | 19 | 4F | 0 | 46 | 5 | 43 | 130 | 36 | 15 |
| Octal | 123 | 31 | 117 | 0 | 106 | 5 | 103 | 460 | 66 | 25 |
| Binary | 1010011 | 11001 | 1001111 | 0 | 1000110 | 101 | 1000011 | 100110000 | 110110 | 10101 |
Color Harmonies of #53194F
Complementary color
Monochromatic Colors of #53194F
Black with #53194F
Text Example
Text Example
White with #53194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53194F; }
p { color: rgb(83,25,79); }
H1.HeaderClassName
{
color: #53194F;
}
.AnyTagClassName
{
color: #53194F;
}
</style>
background-color css
<style>
a { background-color: #53194F; }
a { background-color: rgb(83,25,79); }
div.DivClassName
{
background-color: #53194F;
}
.BgClassName
{
background-color: #53194F;
}
</style>
border-color css
<style>
span { border-color: #53194F; }
span { border-color: rgb(83,25,79); }
td.TdClassName
{
border-color: #53194F;
}
.TagClassName
{
border-color: #53194F;
}
</style>