Shades of Hot Purple #53225D
Tints of Hot Purple #53225D
RGB
CMYK
RGB Variations
Color information
#53225D (or 0x53225D) is known color: Hot Purple. HEX triplet: 53, 22 and 5D. RGB value is (83,34,93). Sum of RGB (Red+Green+Blue) = 83+34+93=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #53225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53225D is #ACDDA2. Grayscale: #373737. Windows color (decimal): -11328931 or 6103635. OLE color: 6103635.
HSL color Cylindrical-coordinate representation of color #53225D: hue angle of 289.83º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53225D is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 34 | 93 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.64 |
| HSL | 289.83º | 0.46% | 0.25% | - |
| HSV(B) | 289.83º | 0.63% | 0.36% | - |
| XYZ | 6.12 | 3.77 | 10.76 | - |
| YUV | 55.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 93 | 0.11 | 0.63 | 0 | 0.64 | 289.83 | 0.46 | 0.25 |
| Hex | 53 | 22 | 5D | B | 3F | 0 | 40 | 122 | 2E | 19 |
| Octal | 123 | 42 | 135 | 13 | 77 | 0 | 100 | 442 | 56 | 31 |
| Binary | 1010011 | 100010 | 1011101 | 1011 | 111111 | 0 | 1000000 | 100100010 | 101110 | 11001 |
Color Harmonies of #53225D
Complementary color
Monochromatic Colors of #53225D
Black with #53225D
Text Example
Text Example
White with #53225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53225D; }
p { color: rgb(83,34,93); }
H1.HeaderClassName
{
color: #53225D;
}
.AnyTagClassName
{
color: #53225D;
}
</style>
background-color css
<style>
a { background-color: #53225D; }
a { background-color: rgb(83,34,93); }
div.DivClassName
{
background-color: #53225D;
}
.BgClassName
{
background-color: #53225D;
}
</style>
border-color css
<style>
span { border-color: #53225D; }
span { border-color: rgb(83,34,93); }
td.TdClassName
{
border-color: #53225D;
}
.TagClassName
{
border-color: #53225D;
}
</style>