Shades of Hot Purple #53085B
Tints of Hot Purple #53085B
RGB
CMYK
RGB Variations
Color information
#53085B (or 0x53085B) is known color: Hot Purple. HEX triplet: 53, 08 and 5B. RGB value is (83,8,91). Sum of RGB (Red+Green+Blue) = 83+8+91=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #53085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53085B is #ACF7A4. Grayscale: #272727. Windows color (decimal): -11335589 or 5965907. OLE color: 5965907.
HSL color Cylindrical-coordinate representation of color #53085B: hue angle of 294.22º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53085B is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 8 | 91 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.64 |
| HSL | 294.22º | 0.84% | 0.19% | - |
| HSV(B) | 294.22º | 0.91% | 0.36% | - |
| XYZ | 5.54 | 2.77 | 10.14 | - |
| YUV | 39.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 91 | 0.09 | 0.91 | 0 | 0.64 | 294.22 | 0.84 | 0.19 |
| Hex | 53 | 8 | 5B | 9 | 5B | 0 | 40 | 126 | 54 | 13 |
| Octal | 123 | 10 | 133 | 11 | 133 | 0 | 100 | 446 | 124 | 23 |
| Binary | 1010011 | 1000 | 1011011 | 1001 | 1011011 | 0 | 1000000 | 100100110 | 1010100 | 10011 |
Color Harmonies of #53085B
Complementary color
Monochromatic Colors of #53085B
Black with #53085B
Text Example
Text Example
White with #53085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53085B; }
p { color: rgb(83,8,91); }
H1.HeaderClassName
{
color: #53085B;
}
.AnyTagClassName
{
color: #53085B;
}
</style>
background-color css
<style>
a { background-color: #53085B; }
a { background-color: rgb(83,8,91); }
div.DivClassName
{
background-color: #53085B;
}
.BgClassName
{
background-color: #53085B;
}
</style>
border-color css
<style>
span { border-color: #53085B; }
span { border-color: rgb(83,8,91); }
td.TdClassName
{
border-color: #53085B;
}
.TagClassName
{
border-color: #53085B;
}
</style>