Shades of Tyrian Purple #500637
Tints of Tyrian Purple #500637
RGB
CMYK
RGB Variations
Color information
#500637 (or 0x500637) is known color: Tyrian Purple. HEX triplet: 50, 06 and 37. RGB value is (80,6,55). Sum of RGB (Red+Green+Blue) = 80+6+55=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #500637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500637 is #AFF9C8. Grayscale: #212121. Windows color (decimal): -11532745 or 3606096. OLE color: 3606096.
HSL color Cylindrical-coordinate representation of color #500637: hue angle of 320.27º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500637 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 6 | 55 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.69 |
| HSL | 320.27º | 0.86% | 0.17% | - |
| HSV(B) | 320.27º | 0.93% | 0.31% | - |
| XYZ | 4.06 | 2.11 | 3.81 | - |
| YUV | 33.71 | 140.02 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 55 | 0 | 0.92 | 0.31 | 0.69 | 320.27 | 0.86 | 0.17 |
| Hex | 50 | 6 | 37 | 0 | 5C | 1F | 45 | 140 | 56 | 11 |
| Octal | 120 | 6 | 67 | 0 | 134 | 37 | 105 | 500 | 126 | 21 |
| Binary | 1010000 | 110 | 110111 | 0 | 1011100 | 11111 | 1000101 | 101000000 | 1010110 | 10001 |
Color Harmonies of #500637
Complementary color
Monochromatic Colors of #500637
Black with #500637
Text Example
Text Example
White with #500637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500637; }
p { color: rgb(80,6,55); }
H1.HeaderClassName
{
color: #500637;
}
.AnyTagClassName
{
color: #500637;
}
</style>
background-color css
<style>
a { background-color: #500637; }
a { background-color: rgb(80,6,55); }
div.DivClassName
{
background-color: #500637;
}
.BgClassName
{
background-color: #500637;
}
</style>
border-color css
<style>
span { border-color: #500637; }
span { border-color: rgb(80,6,55); }
td.TdClassName
{
border-color: #500637;
}
.TagClassName
{
border-color: #500637;
}
</style>