Shades of Tyrian Purple #50004B
Tints of Tyrian Purple #50004B
RGB
CMYK
RGB Variations
Color information
#50004B (or 0x50004B) is known color: Tyrian Purple. HEX triplet: 50, 00 and 4B. RGB value is (80,0,75). Sum of RGB (Red+Green+Blue) = 80+0+75=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #50004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50004B is #AFFFB4. Grayscale: #202020. Windows color (decimal): -11534261 or 4915280. OLE color: 4915280.
HSL color Cylindrical-coordinate representation of color #50004B: hue angle of 303.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50004B is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.06 | 0.69 |
| HSL | 303.75º | 1% | 0.16% | - |
| HSV(B) | 303.75º | 1% | 0.31% | - |
| XYZ | 4.58 | 2.21 | 6.84 | - |
| YUV | 32.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 75 | 0 | 1 | 0.06 | 0.69 | 303.75 | 1 | 0.16 |
| Hex | 50 | 0 | 4B | 0 | 64 | 6 | 45 | 130 | 64 | 10 |
| Octal | 120 | 0 | 113 | 0 | 144 | 6 | 105 | 460 | 144 | 20 |
| Binary | 1010000 | 0 | 1001011 | 0 | 1100100 | 110 | 1000101 | 100110000 | 1100100 | 10000 |
Color Harmonies of #50004B
Complementary color
Monochromatic Colors of #50004B
Black with #50004B
Text Example
Text Example
White with #50004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50004B; }
p { color: rgb(80,0,75); }
H1.HeaderClassName
{
color: #50004B;
}
.AnyTagClassName
{
color: #50004B;
}
</style>
background-color css
<style>
a { background-color: #50004B; }
a { background-color: rgb(80,0,75); }
div.DivClassName
{
background-color: #50004B;
}
.BgClassName
{
background-color: #50004B;
}
</style>
border-color css
<style>
span { border-color: #50004B; }
span { border-color: rgb(80,0,75); }
td.TdClassName
{
border-color: #50004B;
}
.TagClassName
{
border-color: #50004B;
}
</style>