Shades of Hot Purple #53184F
Tints of Hot Purple #53184F
RGB
CMYK
RGB Variations
Color information
#53184F (or 0x53184F) is known color: Hot Purple. HEX triplet: 53, 18 and 4F. RGB value is (83,24,79). Sum of RGB (Red+Green+Blue) = 83+24+79=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #53184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53184F is #ACE7B0. Grayscale: #2F2F2F. Windows color (decimal): -11331505 or 5183571. OLE color: 5183571.
HSL color Cylindrical-coordinate representation of color #53184F: hue angle of 304.07º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53184F is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 24 | 79 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.67 |
| HSL | 304.07º | 0.55% | 0.21% | - |
| HSV(B) | 304.07º | 0.71% | 0.33% | - |
| XYZ | 5.31 | 3.06 | 7.71 | - |
| YUV | 47.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 79 | 0 | 0.71 | 0.05 | 0.67 | 304.07 | 0.55 | 0.21 |
| Hex | 53 | 18 | 4F | 0 | 47 | 5 | 43 | 130 | 37 | 15 |
| Octal | 123 | 30 | 117 | 0 | 107 | 5 | 103 | 460 | 67 | 25 |
| Binary | 1010011 | 11000 | 1001111 | 0 | 1000111 | 101 | 1000011 | 100110000 | 110111 | 10101 |
Color Harmonies of #53184F
Complementary color
Monochromatic Colors of #53184F
Black with #53184F
Text Example
Text Example
White with #53184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53184F; }
p { color: rgb(83,24,79); }
H1.HeaderClassName
{
color: #53184F;
}
.AnyTagClassName
{
color: #53184F;
}
</style>
background-color css
<style>
a { background-color: #53184F; }
a { background-color: rgb(83,24,79); }
div.DivClassName
{
background-color: #53184F;
}
.BgClassName
{
background-color: #53184F;
}
</style>
border-color css
<style>
span { border-color: #53184F; }
span { border-color: rgb(83,24,79); }
td.TdClassName
{
border-color: #53184F;
}
.TagClassName
{
border-color: #53184F;
}
</style>