Shades of Hot Purple #53135A
Tints of Hot Purple #53135A
RGB
CMYK
RGB Variations
Color information
#53135A (or 0x53135A) is known color: Hot Purple. HEX triplet: 53, 13 and 5A. RGB value is (83,19,90). Sum of RGB (Red+Green+Blue) = 83+19+90=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #53135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53135A is #ACECA5. Grayscale: #2E2E2E. Windows color (decimal): -11332774 or 5903187. OLE color: 5903187.
HSL color Cylindrical-coordinate representation of color #53135A: hue angle of 294.08º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #53135A is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 19 | 90 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.65 |
| HSL | 294.08º | 0.65% | 0.21% | - |
| HSV(B) | 294.08º | 0.79% | 0.35% | - |
| XYZ | 5.65 | 3.04 | 9.96 | - |
| YUV | 46.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 19 | 90 | 0.08 | 0.79 | 0 | 0.65 | 294.08 | 0.65 | 0.21 |
| Hex | 53 | 13 | 5A | 8 | 4F | 0 | 41 | 126 | 41 | 15 |
| Octal | 123 | 23 | 132 | 10 | 117 | 0 | 101 | 446 | 101 | 25 |
| Binary | 1010011 | 10011 | 1011010 | 1000 | 1001111 | 0 | 1000001 | 100100110 | 1000001 | 10101 |
Color Harmonies of #53135A
Complementary color
Monochromatic Colors of #53135A
Black with #53135A
Text Example
Text Example
White with #53135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53135A; }
p { color: rgb(83,19,90); }
H1.HeaderClassName
{
color: #53135A;
}
.AnyTagClassName
{
color: #53135A;
}
</style>
background-color css
<style>
a { background-color: #53135A; }
a { background-color: rgb(83,19,90); }
div.DivClassName
{
background-color: #53135A;
}
.BgClassName
{
background-color: #53135A;
}
</style>
border-color css
<style>
span { border-color: #53135A; }
span { border-color: rgb(83,19,90); }
td.TdClassName
{
border-color: #53135A;
}
.TagClassName
{
border-color: #53135A;
}
</style>