Shades of Hot Purple #53055C
Tints of Hot Purple #53055C
RGB
CMYK
RGB Variations
Color information
#53055C (or 0x53055C) is known color: Hot Purple. HEX triplet: 53, 05 and 5C. RGB value is (83,5,92). Sum of RGB (Red+Green+Blue) = 83+5+92=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #53055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53055C is #ACFAA3. Grayscale: #252525. Windows color (decimal): -11336356 or 6030675. OLE color: 6030675.
HSL color Cylindrical-coordinate representation of color #53055C: hue angle of 293.79º 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 #53055C is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 5 | 92 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.64 |
| HSL | 293.79º | 0.9% | 0.19% | - |
| HSV(B) | 293.79º | 0.95% | 0.36% | - |
| XYZ | 5.55 | 2.72 | 10.36 | - |
| YUV | 38.24 | 158.34 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 92 | 0.10 | 0.95 | 0 | 0.64 | 293.79 | 0.9 | 0.19 |
| Hex | 53 | 5 | 5C | A | 5F | 0 | 40 | 126 | 5A | 13 |
| Octal | 123 | 5 | 134 | 12 | 137 | 0 | 100 | 446 | 132 | 23 |
| Binary | 1010011 | 101 | 1011100 | 1010 | 1011111 | 0 | 1000000 | 100100110 | 1011010 | 10011 |
Color Harmonies of #53055C
Complementary color
Monochromatic Colors of #53055C
Black with #53055C
Text Example
Text Example
White with #53055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53055C; }
p { color: rgb(83,5,92); }
H1.HeaderClassName
{
color: #53055C;
}
.AnyTagClassName
{
color: #53055C;
}
</style>
background-color css
<style>
a { background-color: #53055C; }
a { background-color: rgb(83,5,92); }
div.DivClassName
{
background-color: #53055C;
}
.BgClassName
{
background-color: #53055C;
}
</style>
border-color css
<style>
span { border-color: #53055C; }
span { border-color: rgb(83,5,92); }
td.TdClassName
{
border-color: #53055C;
}
.TagClassName
{
border-color: #53055C;
}
</style>