Shades of Hot Purple #53185B
Tints of Hot Purple #53185B
RGB
CMYK
RGB Variations
Color information
#53185B (or 0x53185B) is known color: Hot Purple. HEX triplet: 53, 18 and 5B. RGB value is (83,24,91). Sum of RGB (Red+Green+Blue) = 83+24+91=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #53185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53185B is #ACE7A4. Grayscale: #313131. Windows color (decimal): -11331493 or 5970003. OLE color: 5970003.
HSL color Cylindrical-coordinate representation of color #53185B: hue angle of 292.84º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53185B is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 24 | 91 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.64 |
| HSL | 292.84º | 0.58% | 0.23% | - |
| HSV(B) | 292.84º | 0.74% | 0.36% | - |
| XYZ | 5.78 | 3.25 | 10.22 | - |
| YUV | 49.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 91 | 0.09 | 0.74 | 0 | 0.64 | 292.84 | 0.58 | 0.23 |
| Hex | 53 | 18 | 5B | 9 | 4A | 0 | 40 | 125 | 3A | 17 |
| Octal | 123 | 30 | 133 | 11 | 112 | 0 | 100 | 445 | 72 | 27 |
| Binary | 1010011 | 11000 | 1011011 | 1001 | 1001010 | 0 | 1000000 | 100100101 | 111010 | 10111 |
Color Harmonies of #53185B
Complementary color
Monochromatic Colors of #53185B
Black with #53185B
Text Example
Text Example
White with #53185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53185B; }
p { color: rgb(83,24,91); }
H1.HeaderClassName
{
color: #53185B;
}
.AnyTagClassName
{
color: #53185B;
}
</style>
background-color css
<style>
a { background-color: #53185B; }
a { background-color: rgb(83,24,91); }
div.DivClassName
{
background-color: #53185B;
}
.BgClassName
{
background-color: #53185B;
}
</style>
border-color css
<style>
span { border-color: #53185B; }
span { border-color: rgb(83,24,91); }
td.TdClassName
{
border-color: #53185B;
}
.TagClassName
{
border-color: #53185B;
}
</style>