Shades of Tyrian Purple #75003A
Tints of Tyrian Purple #75003A
RGB
CMYK
RGB Variations
Color information
#75003A (or 0x75003A) is known color: Tyrian Purple. HEX triplet: 75, 00 and 3A. RGB value is (117,0,58). Sum of RGB (Red+Green+Blue) = 117+0+58=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #75003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75003A is #8AFFC5. Grayscale: #292929. Windows color (decimal): -9109446 or 3801205. OLE color: 3801205.
HSL color Cylindrical-coordinate representation of color #75003A: hue angle of 330.26º 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 #75003A is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.50 | 0.54 |
| HSL | 330.26º | 1% | 0.23% | - |
| HSV(B) | 330.26º | 1% | 0.46% | - |
| XYZ | 8.1 | 4.09 | 4.37 | - |
| YUV | 41.6 | 137.26 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 58 | 0 | 1 | 0.50 | 0.54 | 330.26 | 1 | 0.23 |
| Hex | 75 | 0 | 3A | 0 | 64 | 32 | 36 | 14A | 64 | 17 |
| Octal | 165 | 0 | 72 | 0 | 144 | 62 | 66 | 512 | 144 | 27 |
| Binary | 1110101 | 0 | 111010 | 0 | 1100100 | 110010 | 110110 | 101001010 | 1100100 | 10111 |
Color Harmonies of #75003A
Complementary color
Monochromatic Colors of #75003A
Black with #75003A
Text Example
Text Example
White with #75003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75003A; }
p { color: rgb(117,0,58); }
H1.HeaderClassName
{
color: #75003A;
}
.AnyTagClassName
{
color: #75003A;
}
</style>
background-color css
<style>
a { background-color: #75003A; }
a { background-color: rgb(117,0,58); }
div.DivClassName
{
background-color: #75003A;
}
.BgClassName
{
background-color: #75003A;
}
</style>
border-color css
<style>
span { border-color: #75003A; }
span { border-color: rgb(117,0,58); }
td.TdClassName
{
border-color: #75003A;
}
.TagClassName
{
border-color: #75003A;
}
</style>