Shades of Hot Purple #53104E
Tints of Hot Purple #53104E
RGB
CMYK
RGB Variations
Color information
#53104E (or 0x53104E) is known color: Hot Purple. HEX triplet: 53, 10 and 4E. RGB value is (83,16,78). Sum of RGB (Red+Green+Blue) = 83+16+78=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53104E is #ACEFB1. Grayscale: #2A2A2A. Windows color (decimal): -11333554 or 5115987. OLE color: 5115987.
HSL color Cylindrical-coordinate representation of color #53104E: hue angle of 304.48º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53104E is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 16 | 78 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.67 |
| HSL | 304.48º | 0.68% | 0.19% | - |
| HSV(B) | 304.48º | 0.81% | 0.33% | - |
| XYZ | 5.13 | 2.76 | 7.47 | - |
| YUV | 43.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 78 | 0 | 0.81 | 0.06 | 0.67 | 304.48 | 0.68 | 0.19 |
| Hex | 53 | 10 | 4E | 0 | 51 | 6 | 43 | 130 | 44 | 13 |
| Octal | 123 | 20 | 116 | 0 | 121 | 6 | 103 | 460 | 104 | 23 |
| Binary | 1010011 | 10000 | 1001110 | 0 | 1010001 | 110 | 1000011 | 100110000 | 1000100 | 10011 |
Color Harmonies of #53104E
Complementary color
Monochromatic Colors of #53104E
Black with #53104E
Text Example
Text Example
White with #53104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53104E; }
p { color: rgb(83,16,78); }
H1.HeaderClassName
{
color: #53104E;
}
.AnyTagClassName
{
color: #53104E;
}
</style>
background-color css
<style>
a { background-color: #53104E; }
a { background-color: rgb(83,16,78); }
div.DivClassName
{
background-color: #53104E;
}
.BgClassName
{
background-color: #53104E;
}
</style>
border-color css
<style>
span { border-color: #53104E; }
span { border-color: rgb(83,16,78); }
td.TdClassName
{
border-color: #53104E;
}
.TagClassName
{
border-color: #53104E;
}
</style>