Shades of Hot Purple #53295A
Tints of Hot Purple #53295A
RGB
CMYK
RGB Variations
Color information
#53295A (or 0x53295A) is known color: Hot Purple. HEX triplet: 53, 29 and 5A. RGB value is (83,41,90). Sum of RGB (Red+Green+Blue) = 83+41+90=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #53295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53295A is #ACD6A5. Grayscale: #3A3A3A. Windows color (decimal): -11327142 or 5908819. OLE color: 5908819.
HSL color Cylindrical-coordinate representation of color #53295A: hue angle of 291.43º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53295A is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 41 | 90 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.65 |
| HSL | 291.43º | 0.37% | 0.26% | - |
| HSV(B) | 291.43º | 0.54% | 0.35% | - |
| XYZ | 6.21 | 4.16 | 10.15 | - |
| YUV | 59.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 90 | 0.08 | 0.54 | 0 | 0.65 | 291.43 | 0.37 | 0.26 |
| Hex | 53 | 29 | 5A | 8 | 36 | 0 | 41 | 123 | 25 | 1A |
| Octal | 123 | 51 | 132 | 10 | 66 | 0 | 101 | 443 | 45 | 32 |
| Binary | 1010011 | 101001 | 1011010 | 1000 | 110110 | 0 | 1000001 | 100100011 | 100101 | 11010 |
Color Harmonies of #53295A
Complementary color
Monochromatic Colors of #53295A
Black with #53295A
Text Example
Text Example
White with #53295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53295A; }
p { color: rgb(83,41,90); }
H1.HeaderClassName
{
color: #53295A;
}
.AnyTagClassName
{
color: #53295A;
}
</style>
background-color css
<style>
a { background-color: #53295A; }
a { background-color: rgb(83,41,90); }
div.DivClassName
{
background-color: #53295A;
}
.BgClassName
{
background-color: #53295A;
}
</style>
border-color css
<style>
span { border-color: #53295A; }
span { border-color: rgb(83,41,90); }
td.TdClassName
{
border-color: #53295A;
}
.TagClassName
{
border-color: #53295A;
}
</style>