Shades of Tyrian Purple #500737
Tints of Tyrian Purple #500737
RGB
CMYK
RGB Variations
Color information
#500737 (or 0x500737) is known color: Tyrian Purple. HEX triplet: 50, 07 and 37. RGB value is (80,7,55). Sum of RGB (Red+Green+Blue) = 80+7+55=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #500737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500737 is #AFF8C8. Grayscale: #222222. Windows color (decimal): -11532489 or 3606352. OLE color: 3606352.
HSL color Cylindrical-coordinate representation of color #500737: hue angle of 320.55º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500737 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 55 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.69 |
| HSL | 320.55º | 0.84% | 0.17% | - |
| HSV(B) | 320.55º | 0.91% | 0.31% | - |
| XYZ | 4.07 | 2.13 | 3.81 | - |
| YUV | 34.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 55 | 0 | 0.91 | 0.31 | 0.69 | 320.55 | 0.84 | 0.17 |
| Hex | 50 | 7 | 37 | 0 | 5B | 1F | 45 | 141 | 54 | 11 |
| Octal | 120 | 7 | 67 | 0 | 133 | 37 | 105 | 501 | 124 | 21 |
| Binary | 1010000 | 111 | 110111 | 0 | 1011011 | 11111 | 1000101 | 101000001 | 1010100 | 10001 |
Color Harmonies of #500737
Complementary color
Monochromatic Colors of #500737
Black with #500737
Text Example
Text Example
White with #500737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500737; }
p { color: rgb(80,7,55); }
H1.HeaderClassName
{
color: #500737;
}
.AnyTagClassName
{
color: #500737;
}
</style>
background-color css
<style>
a { background-color: #500737; }
a { background-color: rgb(80,7,55); }
div.DivClassName
{
background-color: #500737;
}
.BgClassName
{
background-color: #500737;
}
</style>
border-color css
<style>
span { border-color: #500737; }
span { border-color: rgb(80,7,55); }
td.TdClassName
{
border-color: #500737;
}
.TagClassName
{
border-color: #500737;
}
</style>