Shades of Tyrian Purple #500435
Tints of Tyrian Purple #500435
RGB
CMYK
RGB Variations
Color information
#500435 (or 0x500435) is known color: Tyrian Purple. HEX triplet: 50, 04 and 35. RGB value is (80,4,53). Sum of RGB (Red+Green+Blue) = 80+4+53=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #500435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500435 is #AFFBCA. Grayscale: #202020. Windows color (decimal): -11533259 or 3474512. OLE color: 3474512.
HSL color Cylindrical-coordinate representation of color #500435: hue angle of 321.32º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500435 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 4 | 53 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.69 |
| HSL | 321.32º | 0.9% | 0.16% | - |
| HSV(B) | 321.32º | 0.95% | 0.31% | - |
| XYZ | 3.99 | 2.05 | 3.55 | - |
| YUV | 32.31 | 139.68 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 53 | 0 | 0.95 | 0.34 | 0.69 | 321.32 | 0.9 | 0.16 |
| Hex | 50 | 4 | 35 | 0 | 5F | 22 | 45 | 141 | 5A | 10 |
| Octal | 120 | 4 | 65 | 0 | 137 | 42 | 105 | 501 | 132 | 20 |
| Binary | 1010000 | 100 | 110101 | 0 | 1011111 | 100010 | 1000101 | 101000001 | 1011010 | 10000 |
Color Harmonies of #500435
Complementary color
Monochromatic Colors of #500435
Black with #500435
Text Example
Text Example
White with #500435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500435; }
p { color: rgb(80,4,53); }
H1.HeaderClassName
{
color: #500435;
}
.AnyTagClassName
{
color: #500435;
}
</style>
background-color css
<style>
a { background-color: #500435; }
a { background-color: rgb(80,4,53); }
div.DivClassName
{
background-color: #500435;
}
.BgClassName
{
background-color: #500435;
}
</style>
border-color css
<style>
span { border-color: #500435; }
span { border-color: rgb(80,4,53); }
td.TdClassName
{
border-color: #500435;
}
.TagClassName
{
border-color: #500435;
}
</style>