Shades of Hot Purple #53285A
Tints of Hot Purple #53285A
RGB
CMYK
RGB Variations
Color information
#53285A (or 0x53285A) is known color: Hot Purple. HEX triplet: 53, 28 and 5A. RGB value is (83,40,90). Sum of RGB (Red+Green+Blue) = 83+40+90=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #53285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53285A is #ACD7A5. Grayscale: #3A3A3A. Windows color (decimal): -11327398 or 5908563. OLE color: 5908563.
HSL color Cylindrical-coordinate representation of color #53285A: hue angle of 291.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53285A is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 40 | 90 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.65 |
| HSL | 291.6º | 0.38% | 0.25% | - |
| HSV(B) | 291.6º | 0.56% | 0.35% | - |
| XYZ | 6.17 | 4.09 | 10.14 | - |
| YUV | 58.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 90 | 0.08 | 0.56 | 0 | 0.65 | 291.6 | 0.38 | 0.25 |
| Hex | 53 | 28 | 5A | 8 | 38 | 0 | 41 | 124 | 26 | 19 |
| Octal | 123 | 50 | 132 | 10 | 70 | 0 | 101 | 444 | 46 | 31 |
| Binary | 1010011 | 101000 | 1011010 | 1000 | 111000 | 0 | 1000001 | 100100100 | 100110 | 11001 |
Color Harmonies of #53285A
Complementary color
Monochromatic Colors of #53285A
Black with #53285A
Text Example
Text Example
White with #53285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53285A; }
p { color: rgb(83,40,90); }
H1.HeaderClassName
{
color: #53285A;
}
.AnyTagClassName
{
color: #53285A;
}
</style>
background-color css
<style>
a { background-color: #53285A; }
a { background-color: rgb(83,40,90); }
div.DivClassName
{
background-color: #53285A;
}
.BgClassName
{
background-color: #53285A;
}
</style>
border-color css
<style>
span { border-color: #53285A; }
span { border-color: rgb(83,40,90); }
td.TdClassName
{
border-color: #53285A;
}
.TagClassName
{
border-color: #53285A;
}
</style>