Shades of Tyrian Purple #760250
Tints of Tyrian Purple #760250
RGB
CMYK
RGB Variations
Color information
#760250 (or 0x760250) is known color: Tyrian Purple. HEX triplet: 76, 02 and 50. RGB value is (118,2,80). Sum of RGB (Red+Green+Blue) = 118+2+80=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #760250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760250 is #89FDAF. Grayscale: #2D2D2D. Windows color (decimal): -9043376 or 5243510. OLE color: 5243510.
HSL color Cylindrical-coordinate representation of color #760250: hue angle of 319.66º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #760250 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 2 | 80 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.54 |
| HSL | 319.66º | 0.97% | 0.24% | - |
| HSV(B) | 319.66º | 0.98% | 0.46% | - |
| XYZ | 8.94 | 4.47 | 7.98 | - |
| YUV | 45.58 | 147.43 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 80 | 0 | 0.98 | 0.32 | 0.54 | 319.66 | 0.97 | 0.24 |
| Hex | 76 | 2 | 50 | 0 | 62 | 20 | 36 | 140 | 61 | 18 |
| Octal | 166 | 2 | 120 | 0 | 142 | 40 | 66 | 500 | 141 | 30 |
| Binary | 1110110 | 10 | 1010000 | 0 | 1100010 | 100000 | 110110 | 101000000 | 1100001 | 11000 |
Color Harmonies of #760250
Complementary color
Monochromatic Colors of #760250
Black with #760250
Text Example
Text Example
White with #760250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760250; }
p { color: rgb(118,2,80); }
H1.HeaderClassName
{
color: #760250;
}
.AnyTagClassName
{
color: #760250;
}
</style>
background-color css
<style>
a { background-color: #760250; }
a { background-color: rgb(118,2,80); }
div.DivClassName
{
background-color: #760250;
}
.BgClassName
{
background-color: #760250;
}
</style>
border-color css
<style>
span { border-color: #760250; }
span { border-color: rgb(118,2,80); }
td.TdClassName
{
border-color: #760250;
}
.TagClassName
{
border-color: #760250;
}
</style>