Shades of Hot Purple #53185A
Tints of Hot Purple #53185A
RGB
CMYK
RGB Variations
Color information
#53185A (or 0x53185A) is known color: Hot Purple. HEX triplet: 53, 18 and 5A. RGB value is (83,24,90). Sum of RGB (Red+Green+Blue) = 83+24+90=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #53185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53185A is #ACE7A5. Grayscale: #303030. Windows color (decimal): -11331494 or 5904467. OLE color: 5904467.
HSL color Cylindrical-coordinate representation of color #53185A: hue angle of 293.64º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53185A is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 24 | 90 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.65 |
| HSL | 293.64º | 0.58% | 0.22% | - |
| HSV(B) | 293.64º | 0.73% | 0.35% | - |
| XYZ | 5.74 | 3.23 | 9.99 | - |
| YUV | 49.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 90 | 0.08 | 0.73 | 0 | 0.65 | 293.64 | 0.58 | 0.22 |
| Hex | 53 | 18 | 5A | 8 | 49 | 0 | 41 | 126 | 3A | 16 |
| Octal | 123 | 30 | 132 | 10 | 111 | 0 | 101 | 446 | 72 | 26 |
| Binary | 1010011 | 11000 | 1011010 | 1000 | 1001001 | 0 | 1000001 | 100100110 | 111010 | 10110 |
Color Harmonies of #53185A
Complementary color
Monochromatic Colors of #53185A
Black with #53185A
Text Example
Text Example
White with #53185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53185A; }
p { color: rgb(83,24,90); }
H1.HeaderClassName
{
color: #53185A;
}
.AnyTagClassName
{
color: #53185A;
}
</style>
background-color css
<style>
a { background-color: #53185A; }
a { background-color: rgb(83,24,90); }
div.DivClassName
{
background-color: #53185A;
}
.BgClassName
{
background-color: #53185A;
}
</style>
border-color css
<style>
span { border-color: #53185A; }
span { border-color: rgb(83,24,90); }
td.TdClassName
{
border-color: #53185A;
}
.TagClassName
{
border-color: #53185A;
}
</style>