Shades of Hot Purple #53025D
Tints of Hot Purple #53025D
RGB
CMYK
RGB Variations
Color information
#53025D (or 0x53025D) is known color: Hot Purple. HEX triplet: 53, 02 and 5D. RGB value is (83,2,93). Sum of RGB (Red+Green+Blue) = 83+2+93=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #53025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53025D is #ACFDA2. Grayscale: #242424. Windows color (decimal): -11337123 or 6095443. OLE color: 6095443.
HSL color Cylindrical-coordinate representation of color #53025D: hue angle of 293.41º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53025D is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 2 | 93 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.64 |
| HSL | 293.41º | 0.96% | 0.19% | - |
| HSV(B) | 293.41º | 0.98% | 0.36% | - |
| XYZ | 5.56 | 2.67 | 10.58 | - |
| YUV | 36.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 93 | 0.11 | 0.98 | 0 | 0.64 | 293.41 | 0.96 | 0.19 |
| Hex | 53 | 2 | 5D | B | 62 | 0 | 40 | 125 | 60 | 13 |
| Octal | 123 | 2 | 135 | 13 | 142 | 0 | 100 | 445 | 140 | 23 |
| Binary | 1010011 | 10 | 1011101 | 1011 | 1100010 | 0 | 1000000 | 100100101 | 1100000 | 10011 |
Color Harmonies of #53025D
Complementary color
Monochromatic Colors of #53025D
Black with #53025D
Text Example
Text Example
White with #53025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53025D; }
p { color: rgb(83,2,93); }
H1.HeaderClassName
{
color: #53025D;
}
.AnyTagClassName
{
color: #53025D;
}
</style>
background-color css
<style>
a { background-color: #53025D; }
a { background-color: rgb(83,2,93); }
div.DivClassName
{
background-color: #53025D;
}
.BgClassName
{
background-color: #53025D;
}
</style>
border-color css
<style>
span { border-color: #53025D; }
span { border-color: rgb(83,2,93); }
td.TdClassName
{
border-color: #53025D;
}
.TagClassName
{
border-color: #53025D;
}
</style>