Shades of Tyrian Purple #500C41
Tints of Tyrian Purple #500C41
RGB
CMYK
RGB Variations
Color information
#500C41 (or 0x500C41) is known color: Tyrian Purple. HEX triplet: 50, 0C and 41. RGB value is (80,12,65). Sum of RGB (Red+Green+Blue) = 80+12+65=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #500C41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500C41 is #AFF3BE. Grayscale: #262626. Windows color (decimal): -11531199 or 4262992. OLE color: 4262992.
HSL color Cylindrical-coordinate representation of color #500C41: hue angle of 313.24º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #500C41 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 12 | 65 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.69 |
| HSL | 313.24º | 0.74% | 0.18% | - |
| HSV(B) | 313.24º | 0.85% | 0.31% | - |
| XYZ | 4.39 | 2.35 | 5.22 | - |
| YUV | 38.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 65 | 0 | 0.85 | 0.19 | 0.69 | 313.24 | 0.74 | 0.18 |
| Hex | 50 | C | 41 | 0 | 55 | 13 | 45 | 139 | 4A | 12 |
| Octal | 120 | 14 | 101 | 0 | 125 | 23 | 105 | 471 | 112 | 22 |
| Binary | 1010000 | 1100 | 1000001 | 0 | 1010101 | 10011 | 1000101 | 100111001 | 1001010 | 10010 |
Color Harmonies of #500C41
Complementary color
Monochromatic Colors of #500C41
Black with #500C41
Text Example
Text Example
White with #500C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500C41; }
p { color: rgb(80,12,65); }
H1.HeaderClassName
{
color: #500C41;
}
.AnyTagClassName
{
color: #500C41;
}
</style>
background-color css
<style>
a { background-color: #500C41; }
a { background-color: rgb(80,12,65); }
div.DivClassName
{
background-color: #500C41;
}
.BgClassName
{
background-color: #500C41;
}
</style>
border-color css
<style>
span { border-color: #500C41; }
span { border-color: rgb(80,12,65); }
td.TdClassName
{
border-color: #500C41;
}
.TagClassName
{
border-color: #500C41;
}
</style>