Shades of Tyrian Purple #75014E
Tints of Tyrian Purple #75014E
RGB
CMYK
RGB Variations
Color information
#75014E (or 0x75014E) is known color: Tyrian Purple. HEX triplet: 75, 01 and 4E. RGB value is (117,1,78). Sum of RGB (Red+Green+Blue) = 117+1+78=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #75014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75014E is #8AFEB1. Grayscale: #2C2C2C. Windows color (decimal): -9109170 or 5112181. OLE color: 5112181.
HSL color Cylindrical-coordinate representation of color #75014E: hue angle of 320.17º 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 #75014E is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.54 |
| HSL | 320.17º | 0.98% | 0.23% | - |
| HSV(B) | 320.17º | 0.99% | 0.46% | - |
| XYZ | 8.72 | 4.35 | 7.59 | - |
| YUV | 44.46 | 146.93 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 78 | 0 | 0.99 | 0.33 | 0.54 | 320.17 | 0.98 | 0.23 |
| Hex | 75 | 1 | 4E | 0 | 63 | 21 | 36 | 140 | 62 | 17 |
| Octal | 165 | 1 | 116 | 0 | 143 | 41 | 66 | 500 | 142 | 27 |
| Binary | 1110101 | 1 | 1001110 | 0 | 1100011 | 100001 | 110110 | 101000000 | 1100010 | 10111 |
Color Harmonies of #75014E
Complementary color
Monochromatic Colors of #75014E
Black with #75014E
Text Example
Text Example
White with #75014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75014E; }
p { color: rgb(117,1,78); }
H1.HeaderClassName
{
color: #75014E;
}
.AnyTagClassName
{
color: #75014E;
}
</style>
background-color css
<style>
a { background-color: #75014E; }
a { background-color: rgb(117,1,78); }
div.DivClassName
{
background-color: #75014E;
}
.BgClassName
{
background-color: #75014E;
}
</style>
border-color css
<style>
span { border-color: #75014E; }
span { border-color: rgb(117,1,78); }
td.TdClassName
{
border-color: #75014E;
}
.TagClassName
{
border-color: #75014E;
}
</style>