Shades of Tyrian Purple #52074A
Tints of Tyrian Purple #52074A
RGB
CMYK
RGB Variations
Color information
#52074A (or 0x52074A) is known color: Tyrian Purple. HEX triplet: 52, 07 and 4A. RGB value is (82,7,74). Sum of RGB (Red+Green+Blue) = 82+7+74=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #52074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52074A is #ADF8B5. Grayscale: #242424. Windows color (decimal): -11401398 or 4851538. OLE color: 4851538.
HSL color Cylindrical-coordinate representation of color #52074A: hue angle of 306.4º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52074A is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 7 | 74 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.68 |
| HSL | 306.4º | 0.84% | 0.17% | - |
| HSV(B) | 306.4º | 0.91% | 0.32% | - |
| XYZ | 4.79 | 2.44 | 6.7 | - |
| YUV | 37.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 74 | 0 | 0.91 | 0.10 | 0.68 | 306.4 | 0.84 | 0.17 |
| Hex | 52 | 7 | 4A | 0 | 5B | A | 44 | 132 | 54 | 11 |
| Octal | 122 | 7 | 112 | 0 | 133 | 12 | 104 | 462 | 124 | 21 |
| Binary | 1010010 | 111 | 1001010 | 0 | 1011011 | 1010 | 1000100 | 100110010 | 1010100 | 10001 |
Color Harmonies of #52074A
Complementary color
Monochromatic Colors of #52074A
Black with #52074A
Text Example
Text Example
White with #52074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52074A; }
p { color: rgb(82,7,74); }
H1.HeaderClassName
{
color: #52074A;
}
.AnyTagClassName
{
color: #52074A;
}
</style>
background-color css
<style>
a { background-color: #52074A; }
a { background-color: rgb(82,7,74); }
div.DivClassName
{
background-color: #52074A;
}
.BgClassName
{
background-color: #52074A;
}
</style>
border-color css
<style>
span { border-color: #52074A; }
span { border-color: rgb(82,7,74); }
td.TdClassName
{
border-color: #52074A;
}
.TagClassName
{
border-color: #52074A;
}
</style>