Shades of Tyrian Purple #500238
Tints of Tyrian Purple #500238
RGB
CMYK
RGB Variations
Color information
#500238 (or 0x500238) is known color: Tyrian Purple. HEX triplet: 50, 02 and 38. RGB value is (80,2,56). Sum of RGB (Red+Green+Blue) = 80+2+56=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #500238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500238 is #AFFDC7. Grayscale: #1F1F1F. Windows color (decimal): -11533768 or 3670608. OLE color: 3670608.
HSL color Cylindrical-coordinate representation of color #500238: hue angle of 318.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 #500238 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 56 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.69 |
| HSL | 318.46º | 0.95% | 0.16% | - |
| HSV(B) | 318.46º | 0.98% | 0.31% | - |
| XYZ | 4.04 | 2.03 | 3.92 | - |
| YUV | 31.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 56 | 0 | 0.98 | 0.30 | 0.69 | 318.46 | 0.95 | 0.16 |
| Hex | 50 | 2 | 38 | 0 | 62 | 1E | 45 | 13E | 5F | 10 |
| Octal | 120 | 2 | 70 | 0 | 142 | 36 | 105 | 476 | 137 | 20 |
| Binary | 1010000 | 10 | 111000 | 0 | 1100010 | 11110 | 1000101 | 100111110 | 1011111 | 10000 |
Color Harmonies of #500238
Complementary color
Monochromatic Colors of #500238
Black with #500238
Text Example
Text Example
White with #500238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500238; }
p { color: rgb(80,2,56); }
H1.HeaderClassName
{
color: #500238;
}
.AnyTagClassName
{
color: #500238;
}
</style>
background-color css
<style>
a { background-color: #500238; }
a { background-color: rgb(80,2,56); }
div.DivClassName
{
background-color: #500238;
}
.BgClassName
{
background-color: #500238;
}
</style>
border-color css
<style>
span { border-color: #500238; }
span { border-color: rgb(80,2,56); }
td.TdClassName
{
border-color: #500238;
}
.TagClassName
{
border-color: #500238;
}
</style>