Shades of Hot Purple #53145D
Tints of Hot Purple #53145D
RGB
CMYK
RGB Variations
Color information
#53145D (or 0x53145D) is known color: Hot Purple. HEX triplet: 53, 14 and 5D. RGB value is (83,20,93). Sum of RGB (Red+Green+Blue) = 83+20+93=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #53145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53145D is #ACEBA2. Grayscale: #2E2E2E. Windows color (decimal): -11332515 or 6100051. OLE color: 6100051.
HSL color Cylindrical-coordinate representation of color #53145D: hue angle of 291.78º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53145D is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 20 | 93 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.64 |
| HSL | 291.78º | 0.65% | 0.22% | - |
| HSV(B) | 291.78º | 0.78% | 0.36% | - |
| XYZ | 5.79 | 3.13 | 10.65 | - |
| YUV | 47.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 93 | 0.11 | 0.78 | 0 | 0.64 | 291.78 | 0.65 | 0.22 |
| Hex | 53 | 14 | 5D | B | 4E | 0 | 40 | 124 | 41 | 16 |
| Octal | 123 | 24 | 135 | 13 | 116 | 0 | 100 | 444 | 101 | 26 |
| Binary | 1010011 | 10100 | 1011101 | 1011 | 1001110 | 0 | 1000000 | 100100100 | 1000001 | 10110 |
Color Harmonies of #53145D
Complementary color
Monochromatic Colors of #53145D
Black with #53145D
Text Example
Text Example
White with #53145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53145D; }
p { color: rgb(83,20,93); }
H1.HeaderClassName
{
color: #53145D;
}
.AnyTagClassName
{
color: #53145D;
}
</style>
background-color css
<style>
a { background-color: #53145D; }
a { background-color: rgb(83,20,93); }
div.DivClassName
{
background-color: #53145D;
}
.BgClassName
{
background-color: #53145D;
}
</style>
border-color css
<style>
span { border-color: #53145D; }
span { border-color: rgb(83,20,93); }
td.TdClassName
{
border-color: #53145D;
}
.TagClassName
{
border-color: #53145D;
}
</style>