Shades of Tyrian Purple #520237
Tints of Tyrian Purple #520237
RGB
CMYK
RGB Variations
Color information
#520237 (or 0x520237) is known color: Tyrian Purple. HEX triplet: 52, 02 and 37. RGB value is (82,2,55). Sum of RGB (Red+Green+Blue) = 82+2+55=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #520237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520237 is #ADFDC8. Grayscale: #1F1F1F. Windows color (decimal): -11402697 or 3605074. OLE color: 3605074.
HSL color Cylindrical-coordinate representation of color #520237: hue angle of 320.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520237 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 2 | 55 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.68 |
| HSL | 320.25º | 0.95% | 0.16% | - |
| HSV(B) | 320.25º | 0.98% | 0.32% | - |
| XYZ | 4.19 | 2.11 | 3.8 | - |
| YUV | 31.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 55 | 0 | 0.98 | 0.33 | 0.68 | 320.25 | 0.95 | 0.16 |
| Hex | 52 | 2 | 37 | 0 | 62 | 21 | 44 | 140 | 5F | 10 |
| Octal | 122 | 2 | 67 | 0 | 142 | 41 | 104 | 500 | 137 | 20 |
| Binary | 1010010 | 10 | 110111 | 0 | 1100010 | 100001 | 1000100 | 101000000 | 1011111 | 10000 |
Color Harmonies of #520237
Complementary color
Monochromatic Colors of #520237
Black with #520237
Text Example
Text Example
White with #520237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520237; }
p { color: rgb(82,2,55); }
H1.HeaderClassName
{
color: #520237;
}
.AnyTagClassName
{
color: #520237;
}
</style>
background-color css
<style>
a { background-color: #520237; }
a { background-color: rgb(82,2,55); }
div.DivClassName
{
background-color: #520237;
}
.BgClassName
{
background-color: #520237;
}
</style>
border-color css
<style>
span { border-color: #520237; }
span { border-color: rgb(82,2,55); }
td.TdClassName
{
border-color: #520237;
}
.TagClassName
{
border-color: #520237;
}
</style>