Shades of Tyrian Purple #750142
Tints of Tyrian Purple #750142
RGB
CMYK
RGB Variations
Color information
#750142 (or 0x750142) is known color: Tyrian Purple. HEX triplet: 75, 01 and 42. RGB value is (117,1,66). Sum of RGB (Red+Green+Blue) = 117+1+66=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #750142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750142 is #8AFEBD. Grayscale: #2A2A2A. Windows color (decimal): -9109182 or 4325749. OLE color: 4325749.
HSL color Cylindrical-coordinate representation of color #750142: hue angle of 326.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750142 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.54 |
| HSL | 326.38º | 0.98% | 0.23% | - |
| HSV(B) | 326.38º | 0.99% | 0.46% | - |
| XYZ | 8.33 | 4.2 | 5.53 | - |
| YUV | 43.09 | 140.93 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 66 | 0 | 0.99 | 0.44 | 0.54 | 326.38 | 0.98 | 0.23 |
| Hex | 75 | 1 | 42 | 0 | 63 | 2C | 36 | 146 | 62 | 17 |
| Octal | 165 | 1 | 102 | 0 | 143 | 54 | 66 | 506 | 142 | 27 |
| Binary | 1110101 | 1 | 1000010 | 0 | 1100011 | 101100 | 110110 | 101000110 | 1100010 | 10111 |
Color Harmonies of #750142
Complementary color
Monochromatic Colors of #750142
Black with #750142
Text Example
Text Example
White with #750142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750142; }
p { color: rgb(117,1,66); }
H1.HeaderClassName
{
color: #750142;
}
.AnyTagClassName
{
color: #750142;
}
</style>
background-color css
<style>
a { background-color: #750142; }
a { background-color: rgb(117,1,66); }
div.DivClassName
{
background-color: #750142;
}
.BgClassName
{
background-color: #750142;
}
</style>
border-color css
<style>
span { border-color: #750142; }
span { border-color: rgb(117,1,66); }
td.TdClassName
{
border-color: #750142;
}
.TagClassName
{
border-color: #750142;
}
</style>