Shades of Tyrian Purple #500736
Tints of Tyrian Purple #500736
RGB
CMYK
RGB Variations
Color information
#500736 (or 0x500736) is known color: Tyrian Purple. HEX triplet: 50, 07 and 36. RGB value is (80,7,54). Sum of RGB (Red+Green+Blue) = 80+7+54=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #500736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500736 is #AFF8C9. Grayscale: #222222. Windows color (decimal): -11532490 or 3540816. OLE color: 3540816.
HSL color Cylindrical-coordinate representation of color #500736: hue angle of 321.37º 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 #500736 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 54 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.69 |
| HSL | 321.37º | 0.84% | 0.17% | - |
| HSV(B) | 321.37º | 0.91% | 0.31% | - |
| XYZ | 4.05 | 2.12 | 3.69 | - |
| YUV | 34.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 54 | 0 | 0.91 | 0.33 | 0.69 | 321.37 | 0.84 | 0.17 |
| Hex | 50 | 7 | 36 | 0 | 5B | 21 | 45 | 141 | 54 | 11 |
| Octal | 120 | 7 | 66 | 0 | 133 | 41 | 105 | 501 | 124 | 21 |
| Binary | 1010000 | 111 | 110110 | 0 | 1011011 | 100001 | 1000101 | 101000001 | 1010100 | 10001 |
Color Harmonies of #500736
Complementary color
Monochromatic Colors of #500736
Black with #500736
Text Example
Text Example
White with #500736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500736; }
p { color: rgb(80,7,54); }
H1.HeaderClassName
{
color: #500736;
}
.AnyTagClassName
{
color: #500736;
}
</style>
background-color css
<style>
a { background-color: #500736; }
a { background-color: rgb(80,7,54); }
div.DivClassName
{
background-color: #500736;
}
.BgClassName
{
background-color: #500736;
}
</style>
border-color css
<style>
span { border-color: #500736; }
span { border-color: rgb(80,7,54); }
td.TdClassName
{
border-color: #500736;
}
.TagClassName
{
border-color: #500736;
}
</style>