Shades of Hot Purple #53125E
Tints of Hot Purple #53125E
RGB
CMYK
RGB Variations
Color information
#53125E (or 0x53125E) is known color: Hot Purple. HEX triplet: 53, 12 and 5E. RGB value is (83,18,94). Sum of RGB (Red+Green+Blue) = 83+18+94=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #53125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53125E is #ACEDA1. Grayscale: #2D2D2D. Windows color (decimal): -11333026 or 6165075. OLE color: 6165075.
HSL color Cylindrical-coordinate representation of color #53125E: hue angle of 291.32º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53125E is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 18 | 94 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.63 |
| HSL | 291.32º | 0.68% | 0.22% | - |
| HSV(B) | 291.32º | 0.81% | 0.37% | - |
| XYZ | 5.8 | 3.08 | 10.88 | - |
| YUV | 46.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 94 | 0.12 | 0.81 | 0 | 0.63 | 291.32 | 0.68 | 0.22 |
| Hex | 53 | 12 | 5E | C | 51 | 0 | 3F | 123 | 44 | 16 |
| Octal | 123 | 22 | 136 | 14 | 121 | 0 | 77 | 443 | 104 | 26 |
| Binary | 1010011 | 10010 | 1011110 | 1100 | 1010001 | 0 | 111111 | 100100011 | 1000100 | 10110 |
Color Harmonies of #53125E
Complementary color
Monochromatic Colors of #53125E
Black with #53125E
Text Example
Text Example
White with #53125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53125E; }
p { color: rgb(83,18,94); }
H1.HeaderClassName
{
color: #53125E;
}
.AnyTagClassName
{
color: #53125E;
}
</style>
background-color css
<style>
a { background-color: #53125E; }
a { background-color: rgb(83,18,94); }
div.DivClassName
{
background-color: #53125E;
}
.BgClassName
{
background-color: #53125E;
}
</style>
border-color css
<style>
span { border-color: #53125E; }
span { border-color: rgb(83,18,94); }
td.TdClassName
{
border-color: #53125E;
}
.TagClassName
{
border-color: #53125E;
}
</style>