Shades of Tyrian Purple #75093A
Tints of Tyrian Purple #75093A
RGB
CMYK
RGB Variations
Color information
#75093A (or 0x75093A) is known color: Tyrian Purple. HEX triplet: 75, 09 and 3A. RGB value is (117,9,58). Sum of RGB (Red+Green+Blue) = 117+9+58=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #75093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75093A is #8AF6C5. Grayscale: #2E2E2E. Windows color (decimal): -9107142 or 3803509. OLE color: 3803509.
HSL color Cylindrical-coordinate representation of color #75093A: hue angle of 332.78º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75093A is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 58 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.54 |
| HSL | 332.78º | 0.86% | 0.25% | - |
| HSV(B) | 332.78º | 0.92% | 0.46% | - |
| XYZ | 8.2 | 4.28 | 4.4 | - |
| YUV | 46.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 58 | 0 | 0.92 | 0.50 | 0.54 | 332.78 | 0.86 | 0.25 |
| Hex | 75 | 9 | 3A | 0 | 5C | 32 | 36 | 14D | 56 | 19 |
| Octal | 165 | 11 | 72 | 0 | 134 | 62 | 66 | 515 | 126 | 31 |
| Binary | 1110101 | 1001 | 111010 | 0 | 1011100 | 110010 | 110110 | 101001101 | 1010110 | 11001 |
Color Harmonies of #75093A
Complementary color
Monochromatic Colors of #75093A
Black with #75093A
Text Example
Text Example
White with #75093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75093A; }
p { color: rgb(117,9,58); }
H1.HeaderClassName
{
color: #75093A;
}
.AnyTagClassName
{
color: #75093A;
}
</style>
background-color css
<style>
a { background-color: #75093A; }
a { background-color: rgb(117,9,58); }
div.DivClassName
{
background-color: #75093A;
}
.BgClassName
{
background-color: #75093A;
}
</style>
border-color css
<style>
span { border-color: #75093A; }
span { border-color: rgb(117,9,58); }
td.TdClassName
{
border-color: #75093A;
}
.TagClassName
{
border-color: #75093A;
}
</style>