Shades of Tyrian Purple #500035
Tints of Tyrian Purple #500035
RGB
CMYK
RGB Variations
Color information
#500035 (or 0x500035) is known color: Tyrian Purple. HEX triplet: 50, 00 and 35. RGB value is (80,0,53). Sum of RGB (Red+Green+Blue) = 80+0+53=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #500035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500035 is #AFFFCA. Grayscale: #1D1D1D. Windows color (decimal): -11534283 or 3473488. OLE color: 3473488.
HSL color Cylindrical-coordinate representation of color #500035: hue angle of 320.25º 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 #500035 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.34 | 0.69 |
| HSL | 320.25º | 1% | 0.16% | - |
| HSV(B) | 320.25º | 1% | 0.31% | - |
| XYZ | 3.95 | 1.96 | 3.54 | - |
| YUV | 29.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 53 | 0 | 1 | 0.34 | 0.69 | 320.25 | 1 | 0.16 |
| Hex | 50 | 0 | 35 | 0 | 64 | 22 | 45 | 140 | 64 | 10 |
| Octal | 120 | 0 | 65 | 0 | 144 | 42 | 105 | 500 | 144 | 20 |
| Binary | 1010000 | 0 | 110101 | 0 | 1100100 | 100010 | 1000101 | 101000000 | 1100100 | 10000 |
Color Harmonies of #500035
Complementary color
Monochromatic Colors of #500035
Black with #500035
Text Example
Text Example
White with #500035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500035; }
p { color: rgb(80,0,53); }
H1.HeaderClassName
{
color: #500035;
}
.AnyTagClassName
{
color: #500035;
}
</style>
background-color css
<style>
a { background-color: #500035; }
a { background-color: rgb(80,0,53); }
div.DivClassName
{
background-color: #500035;
}
.BgClassName
{
background-color: #500035;
}
</style>
border-color css
<style>
span { border-color: #500035; }
span { border-color: rgb(80,0,53); }
td.TdClassName
{
border-color: #500035;
}
.TagClassName
{
border-color: #500035;
}
</style>