Shades of Tyrian Purple #521043
Tints of Tyrian Purple #521043
RGB
CMYK
RGB Variations
Color information
#521043 (or 0x521043) is known color: Tyrian Purple. HEX triplet: 52, 10 and 43. RGB value is (82,16,67). Sum of RGB (Red+Green+Blue) = 82+16+67=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #521043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521043 is #ADEFBC. Grayscale: #292929. Windows color (decimal): -11399101 or 4395090. OLE color: 4395090.
HSL color Cylindrical-coordinate representation of color #521043: hue angle of 313.64º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521043 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 16 | 67 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.68 |
| HSL | 313.64º | 0.67% | 0.19% | - |
| HSV(B) | 313.64º | 0.8% | 0.32% | - |
| XYZ | 4.68 | 2.57 | 5.56 | - |
| YUV | 41.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 67 | 0 | 0.80 | 0.18 | 0.68 | 313.64 | 0.67 | 0.19 |
| Hex | 52 | 10 | 43 | 0 | 50 | 12 | 44 | 13A | 43 | 13 |
| Octal | 122 | 20 | 103 | 0 | 120 | 22 | 104 | 472 | 103 | 23 |
| Binary | 1010010 | 10000 | 1000011 | 0 | 1010000 | 10010 | 1000100 | 100111010 | 1000011 | 10011 |
Color Harmonies of #521043
Complementary color
Monochromatic Colors of #521043
Black with #521043
Text Example
Text Example
White with #521043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521043; }
p { color: rgb(82,16,67); }
H1.HeaderClassName
{
color: #521043;
}
.AnyTagClassName
{
color: #521043;
}
</style>
background-color css
<style>
a { background-color: #521043; }
a { background-color: rgb(82,16,67); }
div.DivClassName
{
background-color: #521043;
}
.BgClassName
{
background-color: #521043;
}
</style>
border-color css
<style>
span { border-color: #521043; }
span { border-color: rgb(82,16,67); }
td.TdClassName
{
border-color: #521043;
}
.TagClassName
{
border-color: #521043;
}
</style>