Shades of Hot Purple #52094E
Tints of Hot Purple #52094E
RGB
CMYK
RGB Variations
Color information
#52094E (or 0x52094E) is known color: Hot Purple. HEX triplet: 52, 09 and 4E. RGB value is (82,9,78). Sum of RGB (Red+Green+Blue) = 82+9+78=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #52094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52094E is #ADF6B1. Grayscale: #262626. Windows color (decimal): -11400882 or 5114194. OLE color: 5114194.
HSL color Cylindrical-coordinate representation of color #52094E: hue angle of 303.29º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52094E is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 9 | 78 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.68 |
| HSL | 303.29º | 0.8% | 0.18% | - |
| HSV(B) | 303.29º | 0.89% | 0.32% | - |
| XYZ | 4.95 | 2.54 | 7.44 | - |
| YUV | 38.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 78 | 0 | 0.89 | 0.05 | 0.68 | 303.29 | 0.8 | 0.18 |
| Hex | 52 | 9 | 4E | 0 | 59 | 5 | 44 | 12F | 50 | 12 |
| Octal | 122 | 11 | 116 | 0 | 131 | 5 | 104 | 457 | 120 | 22 |
| Binary | 1010010 | 1001 | 1001110 | 0 | 1011001 | 101 | 1000100 | 100101111 | 1010000 | 10010 |
Color Harmonies of #52094E
Complementary color
Monochromatic Colors of #52094E
Black with #52094E
Text Example
Text Example
White with #52094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52094E; }
p { color: rgb(82,9,78); }
H1.HeaderClassName
{
color: #52094E;
}
.AnyTagClassName
{
color: #52094E;
}
</style>
background-color css
<style>
a { background-color: #52094E; }
a { background-color: rgb(82,9,78); }
div.DivClassName
{
background-color: #52094E;
}
.BgClassName
{
background-color: #52094E;
}
</style>
border-color css
<style>
span { border-color: #52094E; }
span { border-color: rgb(82,9,78); }
td.TdClassName
{
border-color: #52094E;
}
.TagClassName
{
border-color: #52094E;
}
</style>