Shades of Tyrian Purple #760253
Tints of Tyrian Purple #760253
RGB
CMYK
RGB Variations
Color information
#760253 (or 0x760253) is known color: Tyrian Purple. HEX triplet: 76, 02 and 53. RGB value is (118,2,83). Sum of RGB (Red+Green+Blue) = 118+2+83=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #760253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760253 is #89FDAC. Grayscale: #2D2D2D. Windows color (decimal): -9043373 or 5440118. OLE color: 5440118.
HSL color Cylindrical-coordinate representation of color #760253: hue angle of 318.1º 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 #760253 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 2 | 83 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.54 |
| HSL | 318.1º | 0.97% | 0.24% | - |
| HSV(B) | 318.1º | 0.98% | 0.46% | - |
| XYZ | 9.05 | 4.52 | 8.58 | - |
| YUV | 45.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 83 | 0 | 0.98 | 0.30 | 0.54 | 318.1 | 0.97 | 0.24 |
| Hex | 76 | 2 | 53 | 0 | 62 | 1E | 36 | 13E | 61 | 18 |
| Octal | 166 | 2 | 123 | 0 | 142 | 36 | 66 | 476 | 141 | 30 |
| Binary | 1110110 | 10 | 1010011 | 0 | 1100010 | 11110 | 110110 | 100111110 | 1100001 | 11000 |
Color Harmonies of #760253
Complementary color
Monochromatic Colors of #760253
Black with #760253
Text Example
Text Example
White with #760253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760253; }
p { color: rgb(118,2,83); }
H1.HeaderClassName
{
color: #760253;
}
.AnyTagClassName
{
color: #760253;
}
</style>
background-color css
<style>
a { background-color: #760253; }
a { background-color: rgb(118,2,83); }
div.DivClassName
{
background-color: #760253;
}
.BgClassName
{
background-color: #760253;
}
</style>
border-color css
<style>
span { border-color: #760253; }
span { border-color: rgb(118,2,83); }
td.TdClassName
{
border-color: #760253;
}
.TagClassName
{
border-color: #760253;
}
</style>