Shades of Tyrian Purple #500230
Tints of Tyrian Purple #500230
RGB
CMYK
RGB Variations
Color information
#500230 (or 0x500230) is known color: Tyrian Purple. HEX triplet: 50, 02 and 30. RGB value is (80,2,48). Sum of RGB (Red+Green+Blue) = 80+2+48=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #500230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500230 is #AFFDCF. Grayscale: #1E1E1E. Windows color (decimal): -11533776 or 3146320. OLE color: 3146320.
HSL color Cylindrical-coordinate representation of color #500230: hue angle of 324.62º 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 #500230 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 48 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.69 |
| HSL | 324.62º | 0.95% | 0.16% | - |
| HSV(B) | 324.62º | 0.98% | 0.31% | - |
| XYZ | 3.86 | 1.96 | 2.97 | - |
| YUV | 30.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 48 | 0 | 0.98 | 0.40 | 0.69 | 324.62 | 0.95 | 0.16 |
| Hex | 50 | 2 | 30 | 0 | 62 | 28 | 45 | 145 | 5F | 10 |
| Octal | 120 | 2 | 60 | 0 | 142 | 50 | 105 | 505 | 137 | 20 |
| Binary | 1010000 | 10 | 110000 | 0 | 1100010 | 101000 | 1000101 | 101000101 | 1011111 | 10000 |
Color Harmonies of #500230
Complementary color
Monochromatic Colors of #500230
Black with #500230
Text Example
Text Example
White with #500230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500230; }
p { color: rgb(80,2,48); }
H1.HeaderClassName
{
color: #500230;
}
.AnyTagClassName
{
color: #500230;
}
</style>
background-color css
<style>
a { background-color: #500230; }
a { background-color: rgb(80,2,48); }
div.DivClassName
{
background-color: #500230;
}
.BgClassName
{
background-color: #500230;
}
</style>
border-color css
<style>
span { border-color: #500230; }
span { border-color: rgb(80,2,48); }
td.TdClassName
{
border-color: #500230;
}
.TagClassName
{
border-color: #500230;
}
</style>