Shades of Tyrian Purple #521143
Tints of Tyrian Purple #521143
RGB
CMYK
RGB Variations
Color information
#521143 (or 0x521143) is known color: Tyrian Purple. HEX triplet: 52, 11 and 43. RGB value is (82,17,67). Sum of RGB (Red+Green+Blue) = 82+17+67=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #521143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521143 is #ADEEBC. Grayscale: #292929. Windows color (decimal): -11398845 or 4395346. OLE color: 4395346.
HSL color Cylindrical-coordinate representation of color #521143: hue angle of 313.85º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521143 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 17 | 67 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.68 |
| HSL | 313.85º | 0.66% | 0.19% | - |
| HSV(B) | 313.85º | 0.79% | 0.32% | - |
| XYZ | 4.69 | 2.6 | 5.56 | - |
| YUV | 42.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 67 | 0 | 0.79 | 0.18 | 0.68 | 313.85 | 0.66 | 0.19 |
| Hex | 52 | 11 | 43 | 0 | 4F | 12 | 44 | 13A | 42 | 13 |
| Octal | 122 | 21 | 103 | 0 | 117 | 22 | 104 | 472 | 102 | 23 |
| Binary | 1010010 | 10001 | 1000011 | 0 | 1001111 | 10010 | 1000100 | 100111010 | 1000010 | 10011 |
Color Harmonies of #521143
Complementary color
Monochromatic Colors of #521143
Black with #521143
Text Example
Text Example
White with #521143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521143; }
p { color: rgb(82,17,67); }
H1.HeaderClassName
{
color: #521143;
}
.AnyTagClassName
{
color: #521143;
}
</style>
background-color css
<style>
a { background-color: #521143; }
a { background-color: rgb(82,17,67); }
div.DivClassName
{
background-color: #521143;
}
.BgClassName
{
background-color: #521143;
}
</style>
border-color css
<style>
span { border-color: #521143; }
span { border-color: rgb(82,17,67); }
td.TdClassName
{
border-color: #521143;
}
.TagClassName
{
border-color: #521143;
}
</style>