Shades of Hot Purple #53275A
Tints of Hot Purple #53275A
RGB
CMYK
RGB Variations
Color information
#53275A (or 0x53275A) is known color: Hot Purple. HEX triplet: 53, 27 and 5A. RGB value is (83,39,90). Sum of RGB (Red+Green+Blue) = 83+39+90=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #53275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53275A is #ACD8A5. Grayscale: #393939. Windows color (decimal): -11327654 or 5908307. OLE color: 5908307.
HSL color Cylindrical-coordinate representation of color #53275A: hue angle of 291.76º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53275A is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 39 | 90 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.65 |
| HSL | 291.76º | 0.4% | 0.25% | - |
| HSV(B) | 291.76º | 0.57% | 0.35% | - |
| XYZ | 6.14 | 4.03 | 10.13 | - |
| YUV | 57.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 90 | 0.08 | 0.57 | 0 | 0.65 | 291.76 | 0.4 | 0.25 |
| Hex | 53 | 27 | 5A | 8 | 39 | 0 | 41 | 124 | 28 | 19 |
| Octal | 123 | 47 | 132 | 10 | 71 | 0 | 101 | 444 | 50 | 31 |
| Binary | 1010011 | 100111 | 1011010 | 1000 | 111001 | 0 | 1000001 | 100100100 | 101000 | 11001 |
Color Harmonies of #53275A
Complementary color
Monochromatic Colors of #53275A
Black with #53275A
Text Example
Text Example
White with #53275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53275A; }
p { color: rgb(83,39,90); }
H1.HeaderClassName
{
color: #53275A;
}
.AnyTagClassName
{
color: #53275A;
}
</style>
background-color css
<style>
a { background-color: #53275A; }
a { background-color: rgb(83,39,90); }
div.DivClassName
{
background-color: #53275A;
}
.BgClassName
{
background-color: #53275A;
}
</style>
border-color css
<style>
span { border-color: #53275A; }
span { border-color: rgb(83,39,90); }
td.TdClassName
{
border-color: #53275A;
}
.TagClassName
{
border-color: #53275A;
}
</style>