Shades of Hot Purple #53115C
Tints of Hot Purple #53115C
RGB
CMYK
RGB Variations
Color information
#53115C (or 0x53115C) is known color: Hot Purple. HEX triplet: 53, 11 and 5C. RGB value is (83,17,92). Sum of RGB (Red+Green+Blue) = 83+17+92=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #53115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53115C is #ACEEA3. Grayscale: #2D2D2D. Windows color (decimal): -11333284 or 6033747. OLE color: 6033747.
HSL color Cylindrical-coordinate representation of color #53115C: hue angle of 292.8º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53115C is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 17 | 92 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.64 |
| HSL | 292.8º | 0.69% | 0.21% | - |
| HSV(B) | 292.8º | 0.82% | 0.36% | - |
| XYZ | 5.7 | 3.01 | 10.41 | - |
| YUV | 45.28 | 154.37 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 92 | 0.10 | 0.82 | 0 | 0.64 | 292.8 | 0.69 | 0.21 |
| Hex | 53 | 11 | 5C | A | 52 | 0 | 40 | 125 | 45 | 15 |
| Octal | 123 | 21 | 134 | 12 | 122 | 0 | 100 | 445 | 105 | 25 |
| Binary | 1010011 | 10001 | 1011100 | 1010 | 1010010 | 0 | 1000000 | 100100101 | 1000101 | 10101 |
Color Harmonies of #53115C
Complementary color
Monochromatic Colors of #53115C
Black with #53115C
Text Example
Text Example
White with #53115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53115C; }
p { color: rgb(83,17,92); }
H1.HeaderClassName
{
color: #53115C;
}
.AnyTagClassName
{
color: #53115C;
}
</style>
background-color css
<style>
a { background-color: #53115C; }
a { background-color: rgb(83,17,92); }
div.DivClassName
{
background-color: #53115C;
}
.BgClassName
{
background-color: #53115C;
}
</style>
border-color css
<style>
span { border-color: #53115C; }
span { border-color: rgb(83,17,92); }
td.TdClassName
{
border-color: #53115C;
}
.TagClassName
{
border-color: #53115C;
}
</style>