Shades of Hot Purple #53115A
Tints of Hot Purple #53115A
RGB
CMYK
RGB Variations
Color information
#53115A (or 0x53115A) is known color: Hot Purple. HEX triplet: 53, 11 and 5A. RGB value is (83,17,90). Sum of RGB (Red+Green+Blue) = 83+17+90=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #53115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53115A is #ACEEA5. Grayscale: #2C2C2C. Windows color (decimal): -11333286 or 5902675. OLE color: 5902675.
HSL color Cylindrical-coordinate representation of color #53115A: hue angle of 294.25º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53115A is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 17 | 90 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.65 |
| HSL | 294.25º | 0.68% | 0.21% | - |
| HSV(B) | 294.25º | 0.81% | 0.35% | - |
| XYZ | 5.61 | 2.98 | 9.95 | - |
| YUV | 45.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 90 | 0.08 | 0.81 | 0 | 0.65 | 294.25 | 0.68 | 0.21 |
| Hex | 53 | 11 | 5A | 8 | 51 | 0 | 41 | 126 | 44 | 15 |
| Octal | 123 | 21 | 132 | 10 | 121 | 0 | 101 | 446 | 104 | 25 |
| Binary | 1010011 | 10001 | 1011010 | 1000 | 1010001 | 0 | 1000001 | 100100110 | 1000100 | 10101 |
Color Harmonies of #53115A
Complementary color
Monochromatic Colors of #53115A
Black with #53115A
Text Example
Text Example
White with #53115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53115A; }
p { color: rgb(83,17,90); }
H1.HeaderClassName
{
color: #53115A;
}
.AnyTagClassName
{
color: #53115A;
}
</style>
background-color css
<style>
a { background-color: #53115A; }
a { background-color: rgb(83,17,90); }
div.DivClassName
{
background-color: #53115A;
}
.BgClassName
{
background-color: #53115A;
}
</style>
border-color css
<style>
span { border-color: #53115A; }
span { border-color: rgb(83,17,90); }
td.TdClassName
{
border-color: #53115A;
}
.TagClassName
{
border-color: #53115A;
}
</style>