Shades of Hot Purple #53194E
Tints of Hot Purple #53194E
RGB
CMYK
RGB Variations
Color information
#53194E (or 0x53194E) is known color: Hot Purple. HEX triplet: 53, 19 and 4E. RGB value is (83,25,78). Sum of RGB (Red+Green+Blue) = 83+25+78=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #53194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53194E is #ACE6B1. Grayscale: #303030. Windows color (decimal): -11331250 or 5118291. OLE color: 5118291.
HSL color Cylindrical-coordinate representation of color #53194E: hue angle of 305.17º 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 #53194E is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 78 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.67 |
| HSL | 305.17º | 0.54% | 0.21% | - |
| HSV(B) | 305.17º | 0.7% | 0.33% | - |
| XYZ | 5.29 | 3.08 | 7.52 | - |
| YUV | 48.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 78 | 0 | 0.70 | 0.06 | 0.67 | 305.17 | 0.54 | 0.21 |
| Hex | 53 | 19 | 4E | 0 | 46 | 6 | 43 | 131 | 36 | 15 |
| Octal | 123 | 31 | 116 | 0 | 106 | 6 | 103 | 461 | 66 | 25 |
| Binary | 1010011 | 11001 | 1001110 | 0 | 1000110 | 110 | 1000011 | 100110001 | 110110 | 10101 |
Color Harmonies of #53194E
Complementary color
Monochromatic Colors of #53194E
Black with #53194E
Text Example
Text Example
White with #53194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53194E; }
p { color: rgb(83,25,78); }
H1.HeaderClassName
{
color: #53194E;
}
.AnyTagClassName
{
color: #53194E;
}
</style>
background-color css
<style>
a { background-color: #53194E; }
a { background-color: rgb(83,25,78); }
div.DivClassName
{
background-color: #53194E;
}
.BgClassName
{
background-color: #53194E;
}
</style>
border-color css
<style>
span { border-color: #53194E; }
span { border-color: rgb(83,25,78); }
td.TdClassName
{
border-color: #53194E;
}
.TagClassName
{
border-color: #53194E;
}
</style>