Shades of Tyrian Purple #50024B
Tints of Tyrian Purple #50024B
RGB
CMYK
RGB Variations
Color information
#50024B (or 0x50024B) is known color: Tyrian Purple. HEX triplet: 50, 02 and 4B. RGB value is (80,2,75). Sum of RGB (Red+Green+Blue) = 80+2+75=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50024B is #AFFDB4. Grayscale: #212121. Windows color (decimal): -11533749 or 4915792. OLE color: 4915792.
HSL color Cylindrical-coordinate representation of color #50024B: hue angle of 303.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 #50024B is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 75 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.69 |
| HSL | 303.85º | 0.95% | 0.16% | - |
| HSV(B) | 303.85º | 0.98% | 0.31% | - |
| XYZ | 4.6 | 2.26 | 6.85 | - |
| YUV | 33.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 75 | 0 | 0.98 | 0.06 | 0.69 | 303.85 | 0.95 | 0.16 |
| Hex | 50 | 2 | 4B | 0 | 62 | 6 | 45 | 130 | 5F | 10 |
| Octal | 120 | 2 | 113 | 0 | 142 | 6 | 105 | 460 | 137 | 20 |
| Binary | 1010000 | 10 | 1001011 | 0 | 1100010 | 110 | 1000101 | 100110000 | 1011111 | 10000 |
Color Harmonies of #50024B
Complementary color
Monochromatic Colors of #50024B
Black with #50024B
Text Example
Text Example
White with #50024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50024B; }
p { color: rgb(80,2,75); }
H1.HeaderClassName
{
color: #50024B;
}
.AnyTagClassName
{
color: #50024B;
}
</style>
background-color css
<style>
a { background-color: #50024B; }
a { background-color: rgb(80,2,75); }
div.DivClassName
{
background-color: #50024B;
}
.BgClassName
{
background-color: #50024B;
}
</style>
border-color css
<style>
span { border-color: #50024B; }
span { border-color: rgb(80,2,75); }
td.TdClassName
{
border-color: #50024B;
}
.TagClassName
{
border-color: #50024B;
}
</style>