Shades of Tyrian Purple #500245
Tints of Tyrian Purple #500245
RGB
CMYK
RGB Variations
Color information
#500245 (or 0x500245) is known color: Tyrian Purple. HEX triplet: 50, 02 and 45. RGB value is (80,2,69). Sum of RGB (Red+Green+Blue) = 80+2+69=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #500245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500245 is #AFFDBA. Grayscale: #202020. Windows color (decimal): -11533755 or 4522576. OLE color: 4522576.
HSL color Cylindrical-coordinate representation of color #500245: hue angle of 308.46º 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 #500245 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 69 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.69 |
| HSL | 308.46º | 0.95% | 0.16% | - |
| HSV(B) | 308.46º | 0.98% | 0.31% | - |
| XYZ | 4.4 | 2.18 | 5.82 | - |
| YUV | 32.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 69 | 0 | 0.98 | 0.14 | 0.69 | 308.46 | 0.95 | 0.16 |
| Hex | 50 | 2 | 45 | 0 | 62 | E | 45 | 134 | 5F | 10 |
| Octal | 120 | 2 | 105 | 0 | 142 | 16 | 105 | 464 | 137 | 20 |
| Binary | 1010000 | 10 | 1000101 | 0 | 1100010 | 1110 | 1000101 | 100110100 | 1011111 | 10000 |
Color Harmonies of #500245
Complementary color
Monochromatic Colors of #500245
Black with #500245
Text Example
Text Example
White with #500245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500245; }
p { color: rgb(80,2,69); }
H1.HeaderClassName
{
color: #500245;
}
.AnyTagClassName
{
color: #500245;
}
</style>
background-color css
<style>
a { background-color: #500245; }
a { background-color: rgb(80,2,69); }
div.DivClassName
{
background-color: #500245;
}
.BgClassName
{
background-color: #500245;
}
</style>
border-color css
<style>
span { border-color: #500245; }
span { border-color: rgb(80,2,69); }
td.TdClassName
{
border-color: #500245;
}
.TagClassName
{
border-color: #500245;
}
</style>