Shades of Tyrian Purple #510250
Tints of Tyrian Purple #510250
RGB
CMYK
RGB Variations
Color information
#510250 (or 0x510250) is known color: Tyrian Purple. HEX triplet: 51, 02 and 50. RGB value is (81,2,80). Sum of RGB (Red+Green+Blue) = 81+2+80=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #510250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510250 is #AEFDAF. Grayscale: #222222. Windows color (decimal): -11468208 or 5243473. OLE color: 5243473.
HSL color Cylindrical-coordinate representation of color #510250: hue angle of 300.76º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510250 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 2 | 80 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.68 |
| HSL | 300.76º | 0.95% | 0.16% | - |
| HSV(B) | 300.76º | 0.98% | 0.32% | - |
| XYZ | 4.86 | 2.37 | 7.79 | - |
| YUV | 34.51 | 153.67 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 80 | 0 | 0.98 | 0.01 | 0.68 | 300.76 | 0.95 | 0.16 |
| Hex | 51 | 2 | 50 | 0 | 62 | 1 | 44 | 12D | 5F | 10 |
| Octal | 121 | 2 | 120 | 0 | 142 | 1 | 104 | 455 | 137 | 20 |
| Binary | 1010001 | 10 | 1010000 | 0 | 1100010 | 1 | 1000100 | 100101101 | 1011111 | 10000 |
Color Harmonies of #510250
Complementary color
Monochromatic Colors of #510250
Black with #510250
Text Example
Text Example
White with #510250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510250; }
p { color: rgb(81,2,80); }
H1.HeaderClassName
{
color: #510250;
}
.AnyTagClassName
{
color: #510250;
}
</style>
background-color css
<style>
a { background-color: #510250; }
a { background-color: rgb(81,2,80); }
div.DivClassName
{
background-color: #510250;
}
.BgClassName
{
background-color: #510250;
}
</style>
border-color css
<style>
span { border-color: #510250; }
span { border-color: rgb(81,2,80); }
td.TdClassName
{
border-color: #510250;
}
.TagClassName
{
border-color: #510250;
}
</style>