Shades of Tyrian Purple #520A43
Tints of Tyrian Purple #520A43
RGB
CMYK
RGB Variations
Color information
#520A43 (or 0x520A43) is known color: Tyrian Purple. HEX triplet: 52, 0A and 43. RGB value is (82,10,67). Sum of RGB (Red+Green+Blue) = 82+10+67=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #520A43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520A43 is #ADF5BC. Grayscale: #252525. Windows color (decimal): -11400637 or 4393554. OLE color: 4393554.
HSL color Cylindrical-coordinate representation of color #520A43: hue angle of 312.5º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520A43 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 10 | 67 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.68 |
| HSL | 312.5º | 0.78% | 0.18% | - |
| HSV(B) | 312.5º | 0.88% | 0.32% | - |
| XYZ | 4.6 | 2.42 | 5.53 | - |
| YUV | 38.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 67 | 0 | 0.88 | 0.18 | 0.68 | 312.5 | 0.78 | 0.18 |
| Hex | 52 | A | 43 | 0 | 58 | 12 | 44 | 138 | 4E | 12 |
| Octal | 122 | 12 | 103 | 0 | 130 | 22 | 104 | 470 | 116 | 22 |
| Binary | 1010010 | 1010 | 1000011 | 0 | 1011000 | 10010 | 1000100 | 100111000 | 1001110 | 10010 |
Color Harmonies of #520A43
Complementary color
Monochromatic Colors of #520A43
Black with #520A43
Text Example
Text Example
White with #520A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520A43; }
p { color: rgb(82,10,67); }
H1.HeaderClassName
{
color: #520A43;
}
.AnyTagClassName
{
color: #520A43;
}
</style>
background-color css
<style>
a { background-color: #520A43; }
a { background-color: rgb(82,10,67); }
div.DivClassName
{
background-color: #520A43;
}
.BgClassName
{
background-color: #520A43;
}
</style>
border-color css
<style>
span { border-color: #520A43; }
span { border-color: rgb(82,10,67); }
td.TdClassName
{
border-color: #520A43;
}
.TagClassName
{
border-color: #520A43;
}
</style>