Shades of Tyrian Purple #75044F
Tints of Tyrian Purple #75044F
RGB
CMYK
RGB Variations
Color information
#75044F (or 0x75044F) is known color: Tyrian Purple. HEX triplet: 75, 04 and 4F. RGB value is (117,4,79). Sum of RGB (Red+Green+Blue) = 117+4+79=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75044F is #8AFBB0. Grayscale: #2E2E2E. Windows color (decimal): -9108401 or 5178485. OLE color: 5178485.
HSL color Cylindrical-coordinate representation of color #75044F: hue angle of 320.18º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75044F is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 4 | 79 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.54 |
| HSL | 320.18º | 0.93% | 0.24% | - |
| HSV(B) | 320.18º | 0.97% | 0.46% | - |
| XYZ | 8.79 | 4.43 | 7.79 | - |
| YUV | 46.34 | 146.44 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 79 | 0 | 0.97 | 0.32 | 0.54 | 320.18 | 0.93 | 0.24 |
| Hex | 75 | 4 | 4F | 0 | 61 | 20 | 36 | 140 | 5D | 18 |
| Octal | 165 | 4 | 117 | 0 | 141 | 40 | 66 | 500 | 135 | 30 |
| Binary | 1110101 | 100 | 1001111 | 0 | 1100001 | 100000 | 110110 | 101000000 | 1011101 | 11000 |
Color Harmonies of #75044F
Complementary color
Monochromatic Colors of #75044F
Black with #75044F
Text Example
Text Example
White with #75044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75044F; }
p { color: rgb(117,4,79); }
H1.HeaderClassName
{
color: #75044F;
}
.AnyTagClassName
{
color: #75044F;
}
</style>
background-color css
<style>
a { background-color: #75044F; }
a { background-color: rgb(117,4,79); }
div.DivClassName
{
background-color: #75044F;
}
.BgClassName
{
background-color: #75044F;
}
</style>
border-color css
<style>
span { border-color: #75044F; }
span { border-color: rgb(117,4,79); }
td.TdClassName
{
border-color: #75044F;
}
.TagClassName
{
border-color: #75044F;
}
</style>