Shades of Hot Purple #53055B
Tints of Hot Purple #53055B
RGB
CMYK
RGB Variations
Color information
#53055B (or 0x53055B) is known color: Hot Purple. HEX triplet: 53, 05 and 5B. RGB value is (83,5,91). Sum of RGB (Red+Green+Blue) = 83+5+91=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #53055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53055B is #ACFAA4. Grayscale: #252525. Windows color (decimal): -11336357 or 5965139. OLE color: 5965139.
HSL color Cylindrical-coordinate representation of color #53055B: hue angle of 294.42º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53055B is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 5 | 91 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.64 |
| HSL | 294.42º | 0.9% | 0.19% | - |
| HSV(B) | 294.42º | 0.95% | 0.36% | - |
| XYZ | 5.51 | 2.7 | 10.13 | - |
| YUV | 38.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 91 | 0.09 | 0.95 | 0 | 0.64 | 294.42 | 0.9 | 0.19 |
| Hex | 53 | 5 | 5B | 9 | 5F | 0 | 40 | 126 | 5A | 13 |
| Octal | 123 | 5 | 133 | 11 | 137 | 0 | 100 | 446 | 132 | 23 |
| Binary | 1010011 | 101 | 1011011 | 1001 | 1011111 | 0 | 1000000 | 100100110 | 1011010 | 10011 |
Color Harmonies of #53055B
Complementary color
Monochromatic Colors of #53055B
Black with #53055B
Text Example
Text Example
White with #53055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53055B; }
p { color: rgb(83,5,91); }
H1.HeaderClassName
{
color: #53055B;
}
.AnyTagClassName
{
color: #53055B;
}
</style>
background-color css
<style>
a { background-color: #53055B; }
a { background-color: rgb(83,5,91); }
div.DivClassName
{
background-color: #53055B;
}
.BgClassName
{
background-color: #53055B;
}
</style>
border-color css
<style>
span { border-color: #53055B; }
span { border-color: rgb(83,5,91); }
td.TdClassName
{
border-color: #53055B;
}
.TagClassName
{
border-color: #53055B;
}
</style>