Shades of Tyrian Purple #500644
Tints of Tyrian Purple #500644
RGB
CMYK
RGB Variations
Color information
#500644 (or 0x500644) is known color: Tyrian Purple. HEX triplet: 50, 06 and 44. RGB value is (80,6,68). Sum of RGB (Red+Green+Blue) = 80+6+68=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #500644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500644 is #AFF9BB. Grayscale: #232323. Windows color (decimal): -11532732 or 4458064. OLE color: 4458064.
HSL color Cylindrical-coordinate representation of color #500644: hue angle of 309.73º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500644 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 6 | 68 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.69 |
| HSL | 309.73º | 0.86% | 0.17% | - |
| HSV(B) | 309.73º | 0.93% | 0.31% | - |
| XYZ | 4.42 | 2.25 | 5.67 | - |
| YUV | 35.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 68 | 0 | 0.92 | 0.15 | 0.69 | 309.73 | 0.86 | 0.17 |
| Hex | 50 | 6 | 44 | 0 | 5C | F | 45 | 136 | 56 | 11 |
| Octal | 120 | 6 | 104 | 0 | 134 | 17 | 105 | 466 | 126 | 21 |
| Binary | 1010000 | 110 | 1000100 | 0 | 1011100 | 1111 | 1000101 | 100110110 | 1010110 | 10001 |
Color Harmonies of #500644
Complementary color
Monochromatic Colors of #500644
Black with #500644
Text Example
Text Example
White with #500644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500644; }
p { color: rgb(80,6,68); }
H1.HeaderClassName
{
color: #500644;
}
.AnyTagClassName
{
color: #500644;
}
</style>
background-color css
<style>
a { background-color: #500644; }
a { background-color: rgb(80,6,68); }
div.DivClassName
{
background-color: #500644;
}
.BgClassName
{
background-color: #500644;
}
</style>
border-color css
<style>
span { border-color: #500644; }
span { border-color: rgb(80,6,68); }
td.TdClassName
{
border-color: #500644;
}
.TagClassName
{
border-color: #500644;
}
</style>