Shades of Hot Purple #53105F
Tints of Hot Purple #53105F
RGB
CMYK
RGB Variations
Color information
#53105F (or 0x53105F) is known color: Hot Purple. HEX triplet: 53, 10 and 5F. RGB value is (83,16,95). Sum of RGB (Red+Green+Blue) = 83+16+95=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #53105F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53105F is #ACEFA0. Grayscale: #2C2C2C. Windows color (decimal): -11333537 or 6230099. OLE color: 6230099.
HSL color Cylindrical-coordinate representation of color #53105F: hue angle of 290.89º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53105F is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 16 | 95 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.63 |
| HSL | 290.89º | 0.71% | 0.22% | - |
| HSV(B) | 290.89º | 0.83% | 0.37% | - |
| XYZ | 5.82 | 3.04 | 11.11 | - |
| YUV | 45.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 95 | 0.13 | 0.83 | 0 | 0.63 | 290.89 | 0.71 | 0.22 |
| Hex | 53 | 10 | 5F | D | 53 | 0 | 3F | 123 | 47 | 16 |
| Octal | 123 | 20 | 137 | 15 | 123 | 0 | 77 | 443 | 107 | 26 |
| Binary | 1010011 | 10000 | 1011111 | 1101 | 1010011 | 0 | 111111 | 100100011 | 1000111 | 10110 |
Color Harmonies of #53105F
Complementary color
Monochromatic Colors of #53105F
Black with #53105F
Text Example
Text Example
White with #53105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53105F; }
p { color: rgb(83,16,95); }
H1.HeaderClassName
{
color: #53105F;
}
.AnyTagClassName
{
color: #53105F;
}
</style>
background-color css
<style>
a { background-color: #53105F; }
a { background-color: rgb(83,16,95); }
div.DivClassName
{
background-color: #53105F;
}
.BgClassName
{
background-color: #53105F;
}
</style>
border-color css
<style>
span { border-color: #53105F; }
span { border-color: rgb(83,16,95); }
td.TdClassName
{
border-color: #53105F;
}
.TagClassName
{
border-color: #53105F;
}
</style>