Shades of Tyrian Purple #75043D
Tints of Tyrian Purple #75043D
RGB
CMYK
RGB Variations
Color information
#75043D (or 0x75043D) is known color: Tyrian Purple. HEX triplet: 75, 04 and 3D. RGB value is (117,4,61). Sum of RGB (Red+Green+Blue) = 117+4+61=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #75043D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75043D is #8AFBC2. Grayscale: #2C2C2C. Windows color (decimal): -9108419 or 3998837. OLE color: 3998837.
HSL color Cylindrical-coordinate representation of color #75043D: hue angle of 329.73º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75043D is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 4 | 61 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.54 |
| HSL | 329.73º | 0.93% | 0.24% | - |
| HSV(B) | 329.73º | 0.97% | 0.46% | - |
| XYZ | 8.22 | 4.21 | 4.79 | - |
| YUV | 44.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 61 | 0 | 0.97 | 0.48 | 0.54 | 329.73 | 0.93 | 0.24 |
| Hex | 75 | 4 | 3D | 0 | 61 | 30 | 36 | 14A | 5D | 18 |
| Octal | 165 | 4 | 75 | 0 | 141 | 60 | 66 | 512 | 135 | 30 |
| Binary | 1110101 | 100 | 111101 | 0 | 1100001 | 110000 | 110110 | 101001010 | 1011101 | 11000 |
Color Harmonies of #75043D
Complementary color
Monochromatic Colors of #75043D
Black with #75043D
Text Example
Text Example
White with #75043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75043D; }
p { color: rgb(117,4,61); }
H1.HeaderClassName
{
color: #75043D;
}
.AnyTagClassName
{
color: #75043D;
}
</style>
background-color css
<style>
a { background-color: #75043D; }
a { background-color: rgb(117,4,61); }
div.DivClassName
{
background-color: #75043D;
}
.BgClassName
{
background-color: #75043D;
}
</style>
border-color css
<style>
span { border-color: #75043D; }
span { border-color: rgb(117,4,61); }
td.TdClassName
{
border-color: #75043D;
}
.TagClassName
{
border-color: #75043D;
}
</style>