Shades of Hot Purple #53134D
Tints of Hot Purple #53134D
RGB
CMYK
RGB Variations
Color information
#53134D (or 0x53134D) is known color: Hot Purple. HEX triplet: 53, 13 and 4D. RGB value is (83,19,77). Sum of RGB (Red+Green+Blue) = 83+19+77=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53134D is #ACECB2. Grayscale: #2C2C2C. Windows color (decimal): -11332787 or 5051219. OLE color: 5051219.
HSL color Cylindrical-coordinate representation of color #53134D: hue angle of 305.62º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53134D is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 19 | 77 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.67 |
| HSL | 305.63º | 0.63% | 0.2% | - |
| HSV(B) | 305.63º | 0.77% | 0.33% | - |
| XYZ | 5.14 | 2.84 | 7.3 | - |
| YUV | 44.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 19 | 77 | 0 | 0.77 | 0.07 | 0.67 | 305.63 | 0.63 | 0.2 |
| Hex | 53 | 13 | 4D | 0 | 4D | 7 | 43 | 132 | 3F | 14 |
| Octal | 123 | 23 | 115 | 0 | 115 | 7 | 103 | 462 | 77 | 24 |
| Binary | 1010011 | 10011 | 1001101 | 0 | 1001101 | 111 | 1000011 | 100110010 | 111111 | 10100 |
Color Harmonies of #53134D
Complementary color
Monochromatic Colors of #53134D
Black with #53134D
Text Example
Text Example
White with #53134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53134D; }
p { color: rgb(83,19,77); }
H1.HeaderClassName
{
color: #53134D;
}
.AnyTagClassName
{
color: #53134D;
}
</style>
background-color css
<style>
a { background-color: #53134D; }
a { background-color: rgb(83,19,77); }
div.DivClassName
{
background-color: #53134D;
}
.BgClassName
{
background-color: #53134D;
}
</style>
border-color css
<style>
span { border-color: #53134D; }
span { border-color: rgb(83,19,77); }
td.TdClassName
{
border-color: #53134D;
}
.TagClassName
{
border-color: #53134D;
}
</style>