Shades of Tyrian Purple #500535
Tints of Tyrian Purple #500535
RGB
CMYK
RGB Variations
Color information
#500535 (or 0x500535) is known color: Tyrian Purple. HEX triplet: 50, 05 and 35. RGB value is (80,5,53). Sum of RGB (Red+Green+Blue) = 80+5+53=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #500535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500535 is #AFFACA. Grayscale: #202020. Windows color (decimal): -11533003 or 3474768. OLE color: 3474768.
HSL color Cylindrical-coordinate representation of color #500535: hue angle of 321.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500535 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 53 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.69 |
| HSL | 321.6º | 0.88% | 0.17% | - |
| HSV(B) | 321.6º | 0.94% | 0.31% | - |
| XYZ | 4.01 | 2.07 | 3.56 | - |
| YUV | 32.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 53 | 0 | 0.94 | 0.34 | 0.69 | 321.6 | 0.88 | 0.17 |
| Hex | 50 | 5 | 35 | 0 | 5E | 22 | 45 | 142 | 58 | 11 |
| Octal | 120 | 5 | 65 | 0 | 136 | 42 | 105 | 502 | 130 | 21 |
| Binary | 1010000 | 101 | 110101 | 0 | 1011110 | 100010 | 1000101 | 101000010 | 1011000 | 10001 |
Color Harmonies of #500535
Complementary color
Monochromatic Colors of #500535
Black with #500535
Text Example
Text Example
White with #500535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500535; }
p { color: rgb(80,5,53); }
H1.HeaderClassName
{
color: #500535;
}
.AnyTagClassName
{
color: #500535;
}
</style>
background-color css
<style>
a { background-color: #500535; }
a { background-color: rgb(80,5,53); }
div.DivClassName
{
background-color: #500535;
}
.BgClassName
{
background-color: #500535;
}
</style>
border-color css
<style>
span { border-color: #500535; }
span { border-color: rgb(80,5,53); }
td.TdClassName
{
border-color: #500535;
}
.TagClassName
{
border-color: #500535;
}
</style>