Shades of Tyrian Purple #75073B
Tints of Tyrian Purple #75073B
RGB
CMYK
RGB Variations
Color information
#75073B (or 0x75073B) is known color: Tyrian Purple. HEX triplet: 75, 07 and 3B. RGB value is (117,7,59). Sum of RGB (Red+Green+Blue) = 117+7+59=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #75073B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75073B is #8AF8C4. Grayscale: #2D2D2D. Windows color (decimal): -9107653 or 3868533. OLE color: 3868533.
HSL color Cylindrical-coordinate representation of color #75073B: hue angle of 331.64º 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 #75073B is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 7 | 59 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.54 |
| HSL | 331.64º | 0.89% | 0.24% | - |
| HSV(B) | 331.64º | 0.94% | 0.46% | - |
| XYZ | 8.2 | 4.25 | 4.53 | - |
| YUV | 45.82 | 135.44 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 59 | 0 | 0.94 | 0.50 | 0.54 | 331.64 | 0.89 | 0.24 |
| Hex | 75 | 7 | 3B | 0 | 5E | 32 | 36 | 14C | 59 | 18 |
| Octal | 165 | 7 | 73 | 0 | 136 | 62 | 66 | 514 | 131 | 30 |
| Binary | 1110101 | 111 | 111011 | 0 | 1011110 | 110010 | 110110 | 101001100 | 1011001 | 11000 |
Color Harmonies of #75073B
Complementary color
Monochromatic Colors of #75073B
Black with #75073B
Text Example
Text Example
White with #75073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75073B; }
p { color: rgb(117,7,59); }
H1.HeaderClassName
{
color: #75073B;
}
.AnyTagClassName
{
color: #75073B;
}
</style>
background-color css
<style>
a { background-color: #75073B; }
a { background-color: rgb(117,7,59); }
div.DivClassName
{
background-color: #75073B;
}
.BgClassName
{
background-color: #75073B;
}
</style>
border-color css
<style>
span { border-color: #75073B; }
span { border-color: rgb(117,7,59); }
td.TdClassName
{
border-color: #75073B;
}
.TagClassName
{
border-color: #75073B;
}
</style>