Shades of Tyrian Purple #75074F
Tints of Tyrian Purple #75074F
RGB
CMYK
RGB Variations
Color information
#75074F (or 0x75074F) is known color: Tyrian Purple. HEX triplet: 75, 07 and 4F. RGB value is (117,7,79). Sum of RGB (Red+Green+Blue) = 117+7+79=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #75074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75074F is #8AF8B0. Grayscale: #2F2F2F. Windows color (decimal): -9107633 or 5179253. OLE color: 5179253.
HSL color Cylindrical-coordinate representation of color #75074F: hue angle of 320.73º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75074F is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 7 | 79 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.54 |
| HSL | 320.73º | 0.89% | 0.24% | - |
| HSV(B) | 320.73º | 0.94% | 0.46% | - |
| XYZ | 8.82 | 4.5 | 7.8 | - |
| YUV | 48.1 | 145.44 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 79 | 0 | 0.94 | 0.32 | 0.54 | 320.73 | 0.89 | 0.24 |
| Hex | 75 | 7 | 4F | 0 | 5E | 20 | 36 | 141 | 59 | 18 |
| Octal | 165 | 7 | 117 | 0 | 136 | 40 | 66 | 501 | 131 | 30 |
| Binary | 1110101 | 111 | 1001111 | 0 | 1011110 | 100000 | 110110 | 101000001 | 1011001 | 11000 |
Color Harmonies of #75074F
Complementary color
Monochromatic Colors of #75074F
Black with #75074F
Text Example
Text Example
White with #75074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75074F; }
p { color: rgb(117,7,79); }
H1.HeaderClassName
{
color: #75074F;
}
.AnyTagClassName
{
color: #75074F;
}
</style>
background-color css
<style>
a { background-color: #75074F; }
a { background-color: rgb(117,7,79); }
div.DivClassName
{
background-color: #75074F;
}
.BgClassName
{
background-color: #75074F;
}
</style>
border-color css
<style>
span { border-color: #75074F; }
span { border-color: rgb(117,7,79); }
td.TdClassName
{
border-color: #75074F;
}
.TagClassName
{
border-color: #75074F;
}
</style>