Shades of Tyrian Purple #500436
Tints of Tyrian Purple #500436
RGB
CMYK
RGB Variations
Color information
#500436 (or 0x500436) is known color: Tyrian Purple. HEX triplet: 50, 04 and 36. RGB value is (80,4,54). Sum of RGB (Red+Green+Blue) = 80+4+54=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #500436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500436 is #AFFBC9. Grayscale: #202020. Windows color (decimal): -11533258 or 3540048. OLE color: 3540048.
HSL color Cylindrical-coordinate representation of color #500436: hue angle of 320.53º 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 #500436 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 4 | 54 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.69 |
| HSL | 320.53º | 0.9% | 0.16% | - |
| HSV(B) | 320.53º | 0.95% | 0.31% | - |
| XYZ | 4.02 | 2.06 | 3.68 | - |
| YUV | 32.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 54 | 0 | 0.95 | 0.33 | 0.69 | 320.53 | 0.9 | 0.16 |
| Hex | 50 | 4 | 36 | 0 | 5F | 21 | 45 | 141 | 5A | 10 |
| Octal | 120 | 4 | 66 | 0 | 137 | 41 | 105 | 501 | 132 | 20 |
| Binary | 1010000 | 100 | 110110 | 0 | 1011111 | 100001 | 1000101 | 101000001 | 1011010 | 10000 |
Color Harmonies of #500436
Complementary color
Monochromatic Colors of #500436
Black with #500436
Text Example
Text Example
White with #500436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500436; }
p { color: rgb(80,4,54); }
H1.HeaderClassName
{
color: #500436;
}
.AnyTagClassName
{
color: #500436;
}
</style>
background-color css
<style>
a { background-color: #500436; }
a { background-color: rgb(80,4,54); }
div.DivClassName
{
background-color: #500436;
}
.BgClassName
{
background-color: #500436;
}
</style>
border-color css
<style>
span { border-color: #500436; }
span { border-color: rgb(80,4,54); }
td.TdClassName
{
border-color: #500436;
}
.TagClassName
{
border-color: #500436;
}
</style>