Shades of Hot Purple #53145A
Tints of Hot Purple #53145A
RGB
CMYK
RGB Variations
Color information
#53145A (or 0x53145A) is known color: Hot Purple. HEX triplet: 53, 14 and 5A. RGB value is (83,20,90). Sum of RGB (Red+Green+Blue) = 83+20+90=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #53145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53145A is #ACEBA5. Grayscale: #2E2E2E. Windows color (decimal): -11332518 or 5903443. OLE color: 5903443.
HSL color Cylindrical-coordinate representation of color #53145A: hue angle of 294º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53145A is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 20 | 90 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.65 |
| HSL | 294º | 0.64% | 0.22% | - |
| HSV(B) | 294º | 0.78% | 0.35% | - |
| XYZ | 5.66 | 3.08 | 9.97 | - |
| YUV | 46.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 90 | 0.08 | 0.78 | 0 | 0.65 | 294 | 0.64 | 0.22 |
| Hex | 53 | 14 | 5A | 8 | 4E | 0 | 41 | 126 | 40 | 16 |
| Octal | 123 | 24 | 132 | 10 | 116 | 0 | 101 | 446 | 100 | 26 |
| Binary | 1010011 | 10100 | 1011010 | 1000 | 1001110 | 0 | 1000001 | 100100110 | 1000000 | 10110 |
Color Harmonies of #53145A
Complementary color
Monochromatic Colors of #53145A
Black with #53145A
Text Example
Text Example
White with #53145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53145A; }
p { color: rgb(83,20,90); }
H1.HeaderClassName
{
color: #53145A;
}
.AnyTagClassName
{
color: #53145A;
}
</style>
background-color css
<style>
a { background-color: #53145A; }
a { background-color: rgb(83,20,90); }
div.DivClassName
{
background-color: #53145A;
}
.BgClassName
{
background-color: #53145A;
}
</style>
border-color css
<style>
span { border-color: #53145A; }
span { border-color: rgb(83,20,90); }
td.TdClassName
{
border-color: #53145A;
}
.TagClassName
{
border-color: #53145A;
}
</style>