Shades of Hot Purple #53105D
Tints of Hot Purple #53105D
RGB
CMYK
RGB Variations
Color information
#53105D (or 0x53105D) is known color: Hot Purple. HEX triplet: 53, 10 and 5D. RGB value is (83,16,93). Sum of RGB (Red+Green+Blue) = 83+16+93=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #53105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53105D is #ACEFA2. Grayscale: #2C2C2C. Windows color (decimal): -11333539 or 6099027. OLE color: 6099027.
HSL color Cylindrical-coordinate representation of color #53105D: hue angle of 292.21º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53105D is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 16 | 93 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.64 |
| HSL | 292.21º | 0.71% | 0.21% | - |
| HSV(B) | 292.21º | 0.83% | 0.36% | - |
| XYZ | 5.73 | 3 | 10.63 | - |
| YUV | 44.81 | 155.2 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 93 | 0.11 | 0.83 | 0 | 0.64 | 292.21 | 0.71 | 0.21 |
| Hex | 53 | 10 | 5D | B | 53 | 0 | 40 | 124 | 47 | 15 |
| Octal | 123 | 20 | 135 | 13 | 123 | 0 | 100 | 444 | 107 | 25 |
| Binary | 1010011 | 10000 | 1011101 | 1011 | 1010011 | 0 | 1000000 | 100100100 | 1000111 | 10101 |
Color Harmonies of #53105D
Complementary color
Monochromatic Colors of #53105D
Black with #53105D
Text Example
Text Example
White with #53105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53105D; }
p { color: rgb(83,16,93); }
H1.HeaderClassName
{
color: #53105D;
}
.AnyTagClassName
{
color: #53105D;
}
</style>
background-color css
<style>
a { background-color: #53105D; }
a { background-color: rgb(83,16,93); }
div.DivClassName
{
background-color: #53105D;
}
.BgClassName
{
background-color: #53105D;
}
</style>
border-color css
<style>
span { border-color: #53105D; }
span { border-color: rgb(83,16,93); }
td.TdClassName
{
border-color: #53105D;
}
.TagClassName
{
border-color: #53105D;
}
</style>