Shades of Hot Purple #53104D
Tints of Hot Purple #53104D
RGB
CMYK
RGB Variations
Color information
#53104D (or 0x53104D) is known color: Hot Purple. HEX triplet: 53, 10 and 4D. RGB value is (83,16,77). Sum of RGB (Red+Green+Blue) = 83+16+77=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #53104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53104D is #ACEFB2. Grayscale: #2A2A2A. Windows color (decimal): -11333555 or 5050451. OLE color: 5050451.
HSL color Cylindrical-coordinate representation of color #53104D: hue angle of 305.37º 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 #53104D is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 16 | 77 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.67 |
| HSL | 305.37º | 0.68% | 0.19% | - |
| HSV(B) | 305.37º | 0.81% | 0.33% | - |
| XYZ | 5.09 | 2.75 | 7.28 | - |
| YUV | 42.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 77 | 0 | 0.81 | 0.07 | 0.67 | 305.37 | 0.68 | 0.19 |
| Hex | 53 | 10 | 4D | 0 | 51 | 7 | 43 | 131 | 44 | 13 |
| Octal | 123 | 20 | 115 | 0 | 121 | 7 | 103 | 461 | 104 | 23 |
| Binary | 1010011 | 10000 | 1001101 | 0 | 1010001 | 111 | 1000011 | 100110001 | 1000100 | 10011 |
Color Harmonies of #53104D
Complementary color
Monochromatic Colors of #53104D
Black with #53104D
Text Example
Text Example
White with #53104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53104D; }
p { color: rgb(83,16,77); }
H1.HeaderClassName
{
color: #53104D;
}
.AnyTagClassName
{
color: #53104D;
}
</style>
background-color css
<style>
a { background-color: #53104D; }
a { background-color: rgb(83,16,77); }
div.DivClassName
{
background-color: #53104D;
}
.BgClassName
{
background-color: #53104D;
}
</style>
border-color css
<style>
span { border-color: #53104D; }
span { border-color: rgb(83,16,77); }
td.TdClassName
{
border-color: #53104D;
}
.TagClassName
{
border-color: #53104D;
}
</style>