Shades of Tyrian Purple #500334
Tints of Tyrian Purple #500334
RGB
CMYK
RGB Variations
Color information
#500334 (or 0x500334) is known color: Tyrian Purple. HEX triplet: 50, 03 and 34. RGB value is (80,3,52). Sum of RGB (Red+Green+Blue) = 80+3+52=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #500334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500334 is #AFFCCB. Grayscale: #1F1F1F. Windows color (decimal): -11533516 or 3408720. OLE color: 3408720.
HSL color Cylindrical-coordinate representation of color #500334: hue angle of 321.82º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500334 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 3 | 52 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.69 |
| HSL | 321.82º | 0.93% | 0.16% | - |
| HSV(B) | 321.82º | 0.96% | 0.31% | - |
| XYZ | 3.96 | 2.02 | 3.43 | - |
| YUV | 31.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 52 | 0 | 0.96 | 0.35 | 0.69 | 321.82 | 0.93 | 0.16 |
| Hex | 50 | 3 | 34 | 0 | 60 | 23 | 45 | 142 | 5D | 10 |
| Octal | 120 | 3 | 64 | 0 | 140 | 43 | 105 | 502 | 135 | 20 |
| Binary | 1010000 | 11 | 110100 | 0 | 1100000 | 100011 | 1000101 | 101000010 | 1011101 | 10000 |
Color Harmonies of #500334
Complementary color
Monochromatic Colors of #500334
Black with #500334
Text Example
Text Example
White with #500334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500334; }
p { color: rgb(80,3,52); }
H1.HeaderClassName
{
color: #500334;
}
.AnyTagClassName
{
color: #500334;
}
</style>
background-color css
<style>
a { background-color: #500334; }
a { background-color: rgb(80,3,52); }
div.DivClassName
{
background-color: #500334;
}
.BgClassName
{
background-color: #500334;
}
</style>
border-color css
<style>
span { border-color: #500334; }
span { border-color: rgb(80,3,52); }
td.TdClassName
{
border-color: #500334;
}
.TagClassName
{
border-color: #500334;
}
</style>