Shades of Tyrian Purple #750D3C
Tints of Tyrian Purple #750D3C
RGB
CMYK
RGB Variations
Color information
#750D3C (or 0x750D3C) is known color: Tyrian Purple. HEX triplet: 75, 0D and 3C. RGB value is (117,13,60). Sum of RGB (Red+Green+Blue) = 117+13+60=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #750D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750D3C is #8AF2C3. Grayscale: #313131. Windows color (decimal): -9106116 or 3935605. OLE color: 3935605.
HSL color Cylindrical-coordinate representation of color #750D3C: hue angle of 332.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D3C is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 13 | 60 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.54 |
| HSL | 332.88º | 0.8% | 0.25% | - |
| HSV(B) | 332.88º | 0.89% | 0.46% | - |
| XYZ | 8.3 | 4.4 | 4.69 | - |
| YUV | 49.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 60 | 0 | 0.89 | 0.49 | 0.54 | 332.88 | 0.8 | 0.25 |
| Hex | 75 | D | 3C | 0 | 59 | 31 | 36 | 14D | 50 | 19 |
| Octal | 165 | 15 | 74 | 0 | 131 | 61 | 66 | 515 | 120 | 31 |
| Binary | 1110101 | 1101 | 111100 | 0 | 1011001 | 110001 | 110110 | 101001101 | 1010000 | 11001 |
Color Harmonies of #750D3C
Complementary color
Monochromatic Colors of #750D3C
Black with #750D3C
Text Example
Text Example
White with #750D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750D3C; }
p { color: rgb(117,13,60); }
H1.HeaderClassName
{
color: #750D3C;
}
.AnyTagClassName
{
color: #750D3C;
}
</style>
background-color css
<style>
a { background-color: #750D3C; }
a { background-color: rgb(117,13,60); }
div.DivClassName
{
background-color: #750D3C;
}
.BgClassName
{
background-color: #750D3C;
}
</style>
border-color css
<style>
span { border-color: #750D3C; }
span { border-color: rgb(117,13,60); }
td.TdClassName
{
border-color: #750D3C;
}
.TagClassName
{
border-color: #750D3C;
}
</style>