Shades of Tyrian Purple #75044B
Tints of Tyrian Purple #75044B
RGB
CMYK
RGB Variations
Color information
#75044B (or 0x75044B) is known color: Tyrian Purple. HEX triplet: 75, 04 and 4B. RGB value is (117,4,75). Sum of RGB (Red+Green+Blue) = 117+4+75=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #75044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75044B is #8AFBB4. Grayscale: #2D2D2D. Windows color (decimal): -9108405 or 4916341. OLE color: 4916341.
HSL color Cylindrical-coordinate representation of color #75044B: hue angle of 322.3º 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 #75044B is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 4 | 75 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.54 |
| HSL | 322.3º | 0.93% | 0.24% | - |
| HSV(B) | 322.3º | 0.97% | 0.46% | - |
| XYZ | 8.65 | 4.38 | 7.05 | - |
| YUV | 45.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 75 | 0 | 0.97 | 0.36 | 0.54 | 322.3 | 0.93 | 0.24 |
| Hex | 75 | 4 | 4B | 0 | 61 | 24 | 36 | 142 | 5D | 18 |
| Octal | 165 | 4 | 113 | 0 | 141 | 44 | 66 | 502 | 135 | 30 |
| Binary | 1110101 | 100 | 1001011 | 0 | 1100001 | 100100 | 110110 | 101000010 | 1011101 | 11000 |
Color Harmonies of #75044B
Complementary color
Monochromatic Colors of #75044B
Black with #75044B
Text Example
Text Example
White with #75044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75044B; }
p { color: rgb(117,4,75); }
H1.HeaderClassName
{
color: #75044B;
}
.AnyTagClassName
{
color: #75044B;
}
</style>
background-color css
<style>
a { background-color: #75044B; }
a { background-color: rgb(117,4,75); }
div.DivClassName
{
background-color: #75044B;
}
.BgClassName
{
background-color: #75044B;
}
</style>
border-color css
<style>
span { border-color: #75044B; }
span { border-color: rgb(117,4,75); }
td.TdClassName
{
border-color: #75044B;
}
.TagClassName
{
border-color: #75044B;
}
</style>