Shades of Tyrian Purple #760153
Tints of Tyrian Purple #760153
RGB
CMYK
RGB Variations
Color information
#760153 (or 0x760153) is known color: Tyrian Purple. HEX triplet: 76, 01 and 53. RGB value is (118,1,83). Sum of RGB (Red+Green+Blue) = 118+1+83=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #760153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760153 is #89FEAC. Grayscale: #2D2D2D. Windows color (decimal): -9043629 or 5439862. OLE color: 5439862.
HSL color Cylindrical-coordinate representation of color #760153: hue angle of 317.95º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760153 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.54 |
| HSL | 317.95º | 0.98% | 0.23% | - |
| HSV(B) | 317.95º | 0.99% | 0.46% | - |
| XYZ | 9.04 | 4.5 | 8.58 | - |
| YUV | 45.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 83 | 0 | 0.99 | 0.30 | 0.54 | 317.95 | 0.98 | 0.23 |
| Hex | 76 | 1 | 53 | 0 | 63 | 1E | 36 | 13E | 62 | 17 |
| Octal | 166 | 1 | 123 | 0 | 143 | 36 | 66 | 476 | 142 | 27 |
| Binary | 1110110 | 1 | 1010011 | 0 | 1100011 | 11110 | 110110 | 100111110 | 1100010 | 10111 |
Color Harmonies of #760153
Complementary color
Monochromatic Colors of #760153
Black with #760153
Text Example
Text Example
White with #760153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760153; }
p { color: rgb(118,1,83); }
H1.HeaderClassName
{
color: #760153;
}
.AnyTagClassName
{
color: #760153;
}
</style>
background-color css
<style>
a { background-color: #760153; }
a { background-color: rgb(118,1,83); }
div.DivClassName
{
background-color: #760153;
}
.BgClassName
{
background-color: #760153;
}
</style>
border-color css
<style>
span { border-color: #760153; }
span { border-color: rgb(118,1,83); }
td.TdClassName
{
border-color: #760153;
}
.TagClassName
{
border-color: #760153;
}
</style>