Shades of Tyrian Purple #750242
Tints of Tyrian Purple #750242
RGB
CMYK
RGB Variations
Color information
#750242 (or 0x750242) is known color: Tyrian Purple. HEX triplet: 75, 02 and 42. RGB value is (117,2,66). Sum of RGB (Red+Green+Blue) = 117+2+66=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #750242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750242 is #8AFDBD. Grayscale: #2B2B2B. Windows color (decimal): -9108926 or 4326005. OLE color: 4326005.
HSL color Cylindrical-coordinate representation of color #750242: hue angle of 326.61º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750242 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 2 | 66 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.54 |
| HSL | 326.61º | 0.97% | 0.23% | - |
| HSV(B) | 326.61º | 0.98% | 0.46% | - |
| XYZ | 8.34 | 4.22 | 5.53 | - |
| YUV | 43.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 66 | 0 | 0.98 | 0.44 | 0.54 | 326.61 | 0.97 | 0.23 |
| Hex | 75 | 2 | 42 | 0 | 62 | 2C | 36 | 147 | 61 | 17 |
| Octal | 165 | 2 | 102 | 0 | 142 | 54 | 66 | 507 | 141 | 27 |
| Binary | 1110101 | 10 | 1000010 | 0 | 1100010 | 101100 | 110110 | 101000111 | 1100001 | 10111 |
Color Harmonies of #750242
Complementary color
Monochromatic Colors of #750242
Black with #750242
Text Example
Text Example
White with #750242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750242; }
p { color: rgb(117,2,66); }
H1.HeaderClassName
{
color: #750242;
}
.AnyTagClassName
{
color: #750242;
}
</style>
background-color css
<style>
a { background-color: #750242; }
a { background-color: rgb(117,2,66); }
div.DivClassName
{
background-color: #750242;
}
.BgClassName
{
background-color: #750242;
}
</style>
border-color css
<style>
span { border-color: #750242; }
span { border-color: rgb(117,2,66); }
td.TdClassName
{
border-color: #750242;
}
.TagClassName
{
border-color: #750242;
}
</style>