Shades of Tyrian Purple #52044C
Tints of Tyrian Purple #52044C
RGB
CMYK
RGB Variations
Color information
#52044C (or 0x52044C) is known color: Tyrian Purple. HEX triplet: 52, 04 and 4C. RGB value is (82,4,76). Sum of RGB (Red+Green+Blue) = 82+4+76=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52044C is #ADFBB3. Grayscale: #232323. Windows color (decimal): -11402164 or 4981842. OLE color: 4981842.
HSL color Cylindrical-coordinate representation of color #52044C: hue angle of 304.62º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52044C is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 4 | 76 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.68 |
| HSL | 304.62º | 0.91% | 0.17% | - |
| HSV(B) | 304.62º | 0.95% | 0.32% | - |
| XYZ | 4.83 | 2.4 | 7.05 | - |
| YUV | 35.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 76 | 0 | 0.95 | 0.07 | 0.68 | 304.62 | 0.91 | 0.17 |
| Hex | 52 | 4 | 4C | 0 | 5F | 7 | 44 | 131 | 5B | 11 |
| Octal | 122 | 4 | 114 | 0 | 137 | 7 | 104 | 461 | 133 | 21 |
| Binary | 1010010 | 100 | 1001100 | 0 | 1011111 | 111 | 1000100 | 100110001 | 1011011 | 10001 |
Color Harmonies of #52044C
Complementary color
Monochromatic Colors of #52044C
Black with #52044C
Text Example
Text Example
White with #52044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52044C; }
p { color: rgb(82,4,76); }
H1.HeaderClassName
{
color: #52044C;
}
.AnyTagClassName
{
color: #52044C;
}
</style>
background-color css
<style>
a { background-color: #52044C; }
a { background-color: rgb(82,4,76); }
div.DivClassName
{
background-color: #52044C;
}
.BgClassName
{
background-color: #52044C;
}
</style>
border-color css
<style>
span { border-color: #52044C; }
span { border-color: rgb(82,4,76); }
td.TdClassName
{
border-color: #52044C;
}
.TagClassName
{
border-color: #52044C;
}
</style>