Shades of Hot Purple #53245D
Tints of Hot Purple #53245D
RGB
CMYK
RGB Variations
Color information
#53245D (or 0x53245D) is known color: Hot Purple. HEX triplet: 53, 24 and 5D. RGB value is (83,36,93). Sum of RGB (Red+Green+Blue) = 83+36+93=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #53245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53245D is #ACDBA2. Grayscale: #383838. Windows color (decimal): -11328419 or 6104147. OLE color: 6104147.
HSL color Cylindrical-coordinate representation of color #53245D: hue angle of 289.47º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53245D is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 36 | 93 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.64 |
| HSL | 289.47º | 0.44% | 0.25% | - |
| HSV(B) | 289.47º | 0.61% | 0.36% | - |
| XYZ | 6.17 | 3.89 | 10.78 | - |
| YUV | 56.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 93 | 0.11 | 0.61 | 0 | 0.64 | 289.47 | 0.44 | 0.25 |
| Hex | 53 | 24 | 5D | B | 3D | 0 | 40 | 121 | 2C | 19 |
| Octal | 123 | 44 | 135 | 13 | 75 | 0 | 100 | 441 | 54 | 31 |
| Binary | 1010011 | 100100 | 1011101 | 1011 | 111101 | 0 | 1000000 | 100100001 | 101100 | 11001 |
Color Harmonies of #53245D
Complementary color
Monochromatic Colors of #53245D
Black with #53245D
Text Example
Text Example
White with #53245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53245D; }
p { color: rgb(83,36,93); }
H1.HeaderClassName
{
color: #53245D;
}
.AnyTagClassName
{
color: #53245D;
}
</style>
background-color css
<style>
a { background-color: #53245D; }
a { background-color: rgb(83,36,93); }
div.DivClassName
{
background-color: #53245D;
}
.BgClassName
{
background-color: #53245D;
}
</style>
border-color css
<style>
span { border-color: #53245D; }
span { border-color: rgb(83,36,93); }
td.TdClassName
{
border-color: #53245D;
}
.TagClassName
{
border-color: #53245D;
}
</style>