Shades of Hot Purple #53144D
Tints of Hot Purple #53144D
RGB
CMYK
RGB Variations
Color information
#53144D (or 0x53144D) is known color: Hot Purple. HEX triplet: 53, 14 and 4D. RGB value is (83,20,77). Sum of RGB (Red+Green+Blue) = 83+20+77=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53144D is #ACEBB2. Grayscale: #2D2D2D. Windows color (decimal): -11332531 or 5051475. OLE color: 5051475.
HSL color Cylindrical-coordinate representation of color #53144D: hue angle of 305.71º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53144D is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 20 | 77 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.67 |
| HSL | 305.71º | 0.61% | 0.2% | - |
| HSV(B) | 305.71º | 0.76% | 0.33% | - |
| XYZ | 5.16 | 2.88 | 7.3 | - |
| YUV | 45.34 | 145.87 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 77 | 0 | 0.76 | 0.07 | 0.67 | 305.71 | 0.61 | 0.2 |
| Hex | 53 | 14 | 4D | 0 | 4C | 7 | 43 | 132 | 3D | 14 |
| Octal | 123 | 24 | 115 | 0 | 114 | 7 | 103 | 462 | 75 | 24 |
| Binary | 1010011 | 10100 | 1001101 | 0 | 1001100 | 111 | 1000011 | 100110010 | 111101 | 10100 |
Color Harmonies of #53144D
Complementary color
Monochromatic Colors of #53144D
Black with #53144D
Text Example
Text Example
White with #53144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53144D; }
p { color: rgb(83,20,77); }
H1.HeaderClassName
{
color: #53144D;
}
.AnyTagClassName
{
color: #53144D;
}
</style>
background-color css
<style>
a { background-color: #53144D; }
a { background-color: rgb(83,20,77); }
div.DivClassName
{
background-color: #53144D;
}
.BgClassName
{
background-color: #53144D;
}
</style>
border-color css
<style>
span { border-color: #53144D; }
span { border-color: rgb(83,20,77); }
td.TdClassName
{
border-color: #53144D;
}
.TagClassName
{
border-color: #53144D;
}
</style>