Shades of Tyrian Purple #500231
Tints of Tyrian Purple #500231
RGB
CMYK
RGB Variations
Color information
#500231 (or 0x500231) is known color: Tyrian Purple. HEX triplet: 50, 02 and 31. RGB value is (80,2,49). Sum of RGB (Red+Green+Blue) = 80+2+49=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #500231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500231 is #AFFDCE. Grayscale: #1E1E1E. Windows color (decimal): -11533775 or 3211856. OLE color: 3211856.
HSL color Cylindrical-coordinate representation of color #500231: hue angle of 323.85º 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 #500231 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 49 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.69 |
| HSL | 323.85º | 0.95% | 0.16% | - |
| HSV(B) | 323.85º | 0.98% | 0.31% | - |
| XYZ | 3.88 | 1.97 | 3.08 | - |
| YUV | 30.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 49 | 0 | 0.98 | 0.39 | 0.69 | 323.85 | 0.95 | 0.16 |
| Hex | 50 | 2 | 31 | 0 | 62 | 27 | 45 | 144 | 5F | 10 |
| Octal | 120 | 2 | 61 | 0 | 142 | 47 | 105 | 504 | 137 | 20 |
| Binary | 1010000 | 10 | 110001 | 0 | 1100010 | 100111 | 1000101 | 101000100 | 1011111 | 10000 |
Color Harmonies of #500231
Complementary color
Monochromatic Colors of #500231
Black with #500231
Text Example
Text Example
White with #500231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500231; }
p { color: rgb(80,2,49); }
H1.HeaderClassName
{
color: #500231;
}
.AnyTagClassName
{
color: #500231;
}
</style>
background-color css
<style>
a { background-color: #500231; }
a { background-color: rgb(80,2,49); }
div.DivClassName
{
background-color: #500231;
}
.BgClassName
{
background-color: #500231;
}
</style>
border-color css
<style>
span { border-color: #500231; }
span { border-color: rgb(80,2,49); }
td.TdClassName
{
border-color: #500231;
}
.TagClassName
{
border-color: #500231;
}
</style>