Shades of Hot Purple #53125B
Tints of Hot Purple #53125B
RGB
CMYK
RGB Variations
Color information
#53125B (or 0x53125B) is known color: Hot Purple. HEX triplet: 53, 12 and 5B. RGB value is (83,18,91). Sum of RGB (Red+Green+Blue) = 83+18+91=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #53125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53125B is #ACEDA4. Grayscale: #2D2D2D. Windows color (decimal): -11333029 or 5968467. OLE color: 5968467.
HSL color Cylindrical-coordinate representation of color #53125B: hue angle of 293.42º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53125B is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 18 | 91 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.64 |
| HSL | 293.42º | 0.67% | 0.21% | - |
| HSV(B) | 293.42º | 0.8% | 0.36% | - |
| XYZ | 5.67 | 3.03 | 10.18 | - |
| YUV | 45.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 91 | 0.09 | 0.80 | 0 | 0.64 | 293.42 | 0.67 | 0.21 |
| Hex | 53 | 12 | 5B | 9 | 50 | 0 | 40 | 125 | 43 | 15 |
| Octal | 123 | 22 | 133 | 11 | 120 | 0 | 100 | 445 | 103 | 25 |
| Binary | 1010011 | 10010 | 1011011 | 1001 | 1010000 | 0 | 1000000 | 100100101 | 1000011 | 10101 |
Color Harmonies of #53125B
Complementary color
Monochromatic Colors of #53125B
Black with #53125B
Text Example
Text Example
White with #53125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53125B; }
p { color: rgb(83,18,91); }
H1.HeaderClassName
{
color: #53125B;
}
.AnyTagClassName
{
color: #53125B;
}
</style>
background-color css
<style>
a { background-color: #53125B; }
a { background-color: rgb(83,18,91); }
div.DivClassName
{
background-color: #53125B;
}
.BgClassName
{
background-color: #53125B;
}
</style>
border-color css
<style>
span { border-color: #53125B; }
span { border-color: rgb(83,18,91); }
td.TdClassName
{
border-color: #53125B;
}
.TagClassName
{
border-color: #53125B;
}
</style>