Shades of Hot Purple #53055A
Tints of Hot Purple #53055A
RGB
CMYK
RGB Variations
Color information
#53055A (or 0x53055A) is known color: Hot Purple. HEX triplet: 53, 05 and 5A. RGB value is (83,5,90). Sum of RGB (Red+Green+Blue) = 83+5+90=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #53055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53055A is #ACFAA5. Grayscale: #252525. Windows color (decimal): -11336358 or 5899603. OLE color: 5899603.
HSL color Cylindrical-coordinate representation of color #53055A: hue angle of 295.06º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53055A is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 5 | 90 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.65 |
| HSL | 295.06º | 0.89% | 0.19% | - |
| HSV(B) | 295.06º | 0.94% | 0.35% | - |
| XYZ | 5.47 | 2.69 | 9.9 | - |
| YUV | 38.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 90 | 0.08 | 0.94 | 0 | 0.65 | 295.06 | 0.89 | 0.19 |
| Hex | 53 | 5 | 5A | 8 | 5E | 0 | 41 | 127 | 59 | 13 |
| Octal | 123 | 5 | 132 | 10 | 136 | 0 | 101 | 447 | 131 | 23 |
| Binary | 1010011 | 101 | 1011010 | 1000 | 1011110 | 0 | 1000001 | 100100111 | 1011001 | 10011 |
Color Harmonies of #53055A
Complementary color
Monochromatic Colors of #53055A
Black with #53055A
Text Example
Text Example
White with #53055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53055A; }
p { color: rgb(83,5,90); }
H1.HeaderClassName
{
color: #53055A;
}
.AnyTagClassName
{
color: #53055A;
}
</style>
background-color css
<style>
a { background-color: #53055A; }
a { background-color: rgb(83,5,90); }
div.DivClassName
{
background-color: #53055A;
}
.BgClassName
{
background-color: #53055A;
}
</style>
border-color css
<style>
span { border-color: #53055A; }
span { border-color: rgb(83,5,90); }
td.TdClassName
{
border-color: #53055A;
}
.TagClassName
{
border-color: #53055A;
}
</style>