Shades of Tyrian Purple #75004D
Tints of Tyrian Purple #75004D
RGB
CMYK
RGB Variations
Color information
#75004D (or 0x75004D) is known color: Tyrian Purple. HEX triplet: 75, 00 and 4D. RGB value is (117,0,77). Sum of RGB (Red+Green+Blue) = 117+0+77=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #75004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75004D is #8AFFB2. Grayscale: #2B2B2B. Windows color (decimal): -9109427 or 5046389. OLE color: 5046389.
HSL color Cylindrical-coordinate representation of color #75004D: hue angle of 320.51º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75004D is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.34 | 0.54 |
| HSL | 320.51º | 1% | 0.23% | - |
| HSV(B) | 320.51º | 1% | 0.46% | - |
| XYZ | 8.68 | 4.32 | 7.4 | - |
| YUV | 43.76 | 146.76 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 77 | 0 | 1 | 0.34 | 0.54 | 320.51 | 1 | 0.23 |
| Hex | 75 | 0 | 4D | 0 | 64 | 22 | 36 | 141 | 64 | 17 |
| Octal | 165 | 0 | 115 | 0 | 144 | 42 | 66 | 501 | 144 | 27 |
| Binary | 1110101 | 0 | 1001101 | 0 | 1100100 | 100010 | 110110 | 101000001 | 1100100 | 10111 |
Color Harmonies of #75004D
Complementary color
Monochromatic Colors of #75004D
Black with #75004D
Text Example
Text Example
White with #75004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75004D; }
p { color: rgb(117,0,77); }
H1.HeaderClassName
{
color: #75004D;
}
.AnyTagClassName
{
color: #75004D;
}
</style>
background-color css
<style>
a { background-color: #75004D; }
a { background-color: rgb(117,0,77); }
div.DivClassName
{
background-color: #75004D;
}
.BgClassName
{
background-color: #75004D;
}
</style>
border-color css
<style>
span { border-color: #75004D; }
span { border-color: rgb(117,0,77); }
td.TdClassName
{
border-color: #75004D;
}
.TagClassName
{
border-color: #75004D;
}
</style>