Shades of Tyrian Purple #500331
Tints of Tyrian Purple #500331
RGB
CMYK
RGB Variations
Color information
#500331 (or 0x500331) is known color: Tyrian Purple. HEX triplet: 50, 03 and 31. RGB value is (80,3,49). Sum of RGB (Red+Green+Blue) = 80+3+49=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #500331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500331 is #AFFCCE. Grayscale: #1F1F1F. Windows color (decimal): -11533519 or 3212112. OLE color: 3212112.
HSL color Cylindrical-coordinate representation of color #500331: hue angle of 324.16º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500331 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 3 | 49 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.69 |
| HSL | 324.16º | 0.93% | 0.16% | - |
| HSV(B) | 324.16º | 0.96% | 0.31% | - |
| XYZ | 3.9 | 1.99 | 3.08 | - |
| YUV | 31.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 49 | 0 | 0.96 | 0.39 | 0.69 | 324.16 | 0.93 | 0.16 |
| Hex | 50 | 3 | 31 | 0 | 60 | 27 | 45 | 144 | 5D | 10 |
| Octal | 120 | 3 | 61 | 0 | 140 | 47 | 105 | 504 | 135 | 20 |
| Binary | 1010000 | 11 | 110001 | 0 | 1100000 | 100111 | 1000101 | 101000100 | 1011101 | 10000 |
Color Harmonies of #500331
Complementary color
Monochromatic Colors of #500331
Black with #500331
Text Example
Text Example
White with #500331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500331; }
p { color: rgb(80,3,49); }
H1.HeaderClassName
{
color: #500331;
}
.AnyTagClassName
{
color: #500331;
}
</style>
background-color css
<style>
a { background-color: #500331; }
a { background-color: rgb(80,3,49); }
div.DivClassName
{
background-color: #500331;
}
.BgClassName
{
background-color: #500331;
}
</style>
border-color css
<style>
span { border-color: #500331; }
span { border-color: rgb(80,3,49); }
td.TdClassName
{
border-color: #500331;
}
.TagClassName
{
border-color: #500331;
}
</style>