Shades of Tyrian Purple #52073C
Tints of Tyrian Purple #52073C
RGB
CMYK
RGB Variations
Color information
#52073C (or 0x52073C) is known color: Tyrian Purple. HEX triplet: 52, 07 and 3C. RGB value is (82,7,60). Sum of RGB (Red+Green+Blue) = 82+7+60=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #52073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52073C is #ADF8C3. Grayscale: #232323. Windows color (decimal): -11401412 or 3934034. OLE color: 3934034.
HSL color Cylindrical-coordinate representation of color #52073C: hue angle of 317.6º 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 #52073C is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 7 | 60 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.68 |
| HSL | 317.6º | 0.84% | 0.17% | - |
| HSV(B) | 317.6º | 0.91% | 0.32% | - |
| XYZ | 4.37 | 2.27 | 4.48 | - |
| YUV | 35.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 60 | 0 | 0.91 | 0.27 | 0.68 | 317.6 | 0.84 | 0.17 |
| Hex | 52 | 7 | 3C | 0 | 5B | 1B | 44 | 13E | 54 | 11 |
| Octal | 122 | 7 | 74 | 0 | 133 | 33 | 104 | 476 | 124 | 21 |
| Binary | 1010010 | 111 | 111100 | 0 | 1011011 | 11011 | 1000100 | 100111110 | 1010100 | 10001 |
Color Harmonies of #52073C
Complementary color
Monochromatic Colors of #52073C
Black with #52073C
Text Example
Text Example
White with #52073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52073C; }
p { color: rgb(82,7,60); }
H1.HeaderClassName
{
color: #52073C;
}
.AnyTagClassName
{
color: #52073C;
}
</style>
background-color css
<style>
a { background-color: #52073C; }
a { background-color: rgb(82,7,60); }
div.DivClassName
{
background-color: #52073C;
}
.BgClassName
{
background-color: #52073C;
}
</style>
border-color css
<style>
span { border-color: #52073C; }
span { border-color: rgb(82,7,60); }
td.TdClassName
{
border-color: #52073C;
}
.TagClassName
{
border-color: #52073C;
}
</style>