Shades of Tyrian Purple #750C35
Tints of Tyrian Purple #750C35
RGB
CMYK
RGB Variations
Color information
#750C35 (or 0x750C35) is known color: Tyrian Purple. HEX triplet: 75, 0C and 35. RGB value is (117,12,53). Sum of RGB (Red+Green+Blue) = 117+12+53=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #750C35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C35 is #8AF3CA. Grayscale: #303030. Windows color (decimal): -9106379 or 3476597. OLE color: 3476597.
HSL color Cylindrical-coordinate representation of color #750C35: hue angle of 336.57º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C35 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 12 | 53 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.54 |
| HSL | 336.57º | 0.81% | 0.25% | - |
| HSV(B) | 336.57º | 0.9% | 0.46% | - |
| XYZ | 8.11 | 4.3 | 3.77 | - |
| YUV | 48.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 53 | 0 | 0.90 | 0.55 | 0.54 | 336.57 | 0.81 | 0.25 |
| Hex | 75 | C | 35 | 0 | 5A | 37 | 36 | 151 | 51 | 19 |
| Octal | 165 | 14 | 65 | 0 | 132 | 67 | 66 | 521 | 121 | 31 |
| Binary | 1110101 | 1100 | 110101 | 0 | 1011010 | 110111 | 110110 | 101010001 | 1010001 | 11001 |
Color Harmonies of #750C35
Complementary color
Monochromatic Colors of #750C35
Black with #750C35
Text Example
Text Example
White with #750C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750C35; }
p { color: rgb(117,12,53); }
H1.HeaderClassName
{
color: #750C35;
}
.AnyTagClassName
{
color: #750C35;
}
</style>
background-color css
<style>
a { background-color: #750C35; }
a { background-color: rgb(117,12,53); }
div.DivClassName
{
background-color: #750C35;
}
.BgClassName
{
background-color: #750C35;
}
</style>
border-color css
<style>
span { border-color: #750C35; }
span { border-color: rgb(117,12,53); }
td.TdClassName
{
border-color: #750C35;
}
.TagClassName
{
border-color: #750C35;
}
</style>