Shades of Tyrian Purple #500B3F
Tints of Tyrian Purple #500B3F
RGB
CMYK
RGB Variations
Color information
#500B3F (or 0x500B3F) is known color: Tyrian Purple. HEX triplet: 50, 0B and 3F. RGB value is (80,11,63). Sum of RGB (Red+Green+Blue) = 80+11+63=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #500B3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500B3F is #AFF4C0. Grayscale: #252525. Windows color (decimal): -11531457 or 4131664. OLE color: 4131664.
HSL color Cylindrical-coordinate representation of color #500B3F: hue angle of 314.78º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #500B3F is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 11 | 63 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.69 |
| HSL | 314.78º | 0.76% | 0.18% | - |
| HSV(B) | 314.78º | 0.86% | 0.31% | - |
| XYZ | 4.33 | 2.3 | 4.92 | - |
| YUV | 37.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 63 | 0 | 0.86 | 0.21 | 0.69 | 314.78 | 0.76 | 0.18 |
| Hex | 50 | B | 3F | 0 | 56 | 15 | 45 | 13B | 4C | 12 |
| Octal | 120 | 13 | 77 | 0 | 126 | 25 | 105 | 473 | 114 | 22 |
| Binary | 1010000 | 1011 | 111111 | 0 | 1010110 | 10101 | 1000101 | 100111011 | 1001100 | 10010 |
Color Harmonies of #500B3F
Complementary color
Monochromatic Colors of #500B3F
Black with #500B3F
Text Example
Text Example
White with #500B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500B3F; }
p { color: rgb(80,11,63); }
H1.HeaderClassName
{
color: #500B3F;
}
.AnyTagClassName
{
color: #500B3F;
}
</style>
background-color css
<style>
a { background-color: #500B3F; }
a { background-color: rgb(80,11,63); }
div.DivClassName
{
background-color: #500B3F;
}
.BgClassName
{
background-color: #500B3F;
}
</style>
border-color css
<style>
span { border-color: #500B3F; }
span { border-color: rgb(80,11,63); }
td.TdClassName
{
border-color: #500B3F;
}
.TagClassName
{
border-color: #500B3F;
}
</style>