Shades of Tyrian Purple #500236
Tints of Tyrian Purple #500236
RGB
CMYK
RGB Variations
Color information
#500236 (or 0x500236) is known color: Tyrian Purple. HEX triplet: 50, 02 and 36. RGB value is (80,2,54). Sum of RGB (Red+Green+Blue) = 80+2+54=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #500236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500236 is #AFFDC9. Grayscale: #1F1F1F. Windows color (decimal): -11533770 or 3539536. OLE color: 3539536.
HSL color Cylindrical-coordinate representation of color #500236: hue angle of 320º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500236 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 54 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.69 |
| HSL | 320º | 0.95% | 0.16% | - |
| HSV(B) | 320º | 0.98% | 0.31% | - |
| XYZ | 4 | 2.02 | 3.67 | - |
| YUV | 31.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 54 | 0 | 0.98 | 0.33 | 0.69 | 320 | 0.95 | 0.16 |
| Hex | 50 | 2 | 36 | 0 | 62 | 21 | 45 | 140 | 5F | 10 |
| Octal | 120 | 2 | 66 | 0 | 142 | 41 | 105 | 500 | 137 | 20 |
| Binary | 1010000 | 10 | 110110 | 0 | 1100010 | 100001 | 1000101 | 101000000 | 1011111 | 10000 |
Color Harmonies of #500236
Complementary color
Monochromatic Colors of #500236
Black with #500236
Text Example
Text Example
White with #500236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500236; }
p { color: rgb(80,2,54); }
H1.HeaderClassName
{
color: #500236;
}
.AnyTagClassName
{
color: #500236;
}
</style>
background-color css
<style>
a { background-color: #500236; }
a { background-color: rgb(80,2,54); }
div.DivClassName
{
background-color: #500236;
}
.BgClassName
{
background-color: #500236;
}
</style>
border-color css
<style>
span { border-color: #500236; }
span { border-color: rgb(80,2,54); }
td.TdClassName
{
border-color: #500236;
}
.TagClassName
{
border-color: #500236;
}
</style>