Shades of Tyrian Purple #75084A
Tints of Tyrian Purple #75084A
RGB
CMYK
RGB Variations
Color information
#75084A (or 0x75084A) is known color: Tyrian Purple. HEX triplet: 75, 08 and 4A. RGB value is (117,8,74). Sum of RGB (Red+Green+Blue) = 117+8+74=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #75084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75084A is #8AF7B5. Grayscale: #2F2F2F. Windows color (decimal): -9107382 or 4851829. OLE color: 4851829.
HSL color Cylindrical-coordinate representation of color #75084A: hue angle of 323.67º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75084A is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 8 | 74 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.54 |
| HSL | 323.67º | 0.87% | 0.25% | - |
| HSV(B) | 323.67º | 0.93% | 0.46% | - |
| XYZ | 8.66 | 4.45 | 6.88 | - |
| YUV | 48.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 74 | 0 | 0.93 | 0.37 | 0.54 | 323.67 | 0.87 | 0.25 |
| Hex | 75 | 8 | 4A | 0 | 5D | 25 | 36 | 144 | 57 | 19 |
| Octal | 165 | 10 | 112 | 0 | 135 | 45 | 66 | 504 | 127 | 31 |
| Binary | 1110101 | 1000 | 1001010 | 0 | 1011101 | 100101 | 110110 | 101000100 | 1010111 | 11001 |
Color Harmonies of #75084A
Complementary color
Monochromatic Colors of #75084A
Black with #75084A
Text Example
Text Example
White with #75084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75084A; }
p { color: rgb(117,8,74); }
H1.HeaderClassName
{
color: #75084A;
}
.AnyTagClassName
{
color: #75084A;
}
</style>
background-color css
<style>
a { background-color: #75084A; }
a { background-color: rgb(117,8,74); }
div.DivClassName
{
background-color: #75084A;
}
.BgClassName
{
background-color: #75084A;
}
</style>
border-color css
<style>
span { border-color: #75084A; }
span { border-color: rgb(117,8,74); }
td.TdClassName
{
border-color: #75084A;
}
.TagClassName
{
border-color: #75084A;
}
</style>