Shades of Tyrian Purple #750C34
Tints of Tyrian Purple #750C34
RGB
CMYK
RGB Variations
Color information
#750C34 (or 0x750C34) is known color: Tyrian Purple. HEX triplet: 75, 0C and 34. RGB value is (117,12,52). Sum of RGB (Red+Green+Blue) = 117+12+52=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #750C34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C34 is #8AF3CB. Grayscale: #2F2F2F. Windows color (decimal): -9106380 or 3411061. OLE color: 3411061.
HSL color Cylindrical-coordinate representation of color #750C34: hue angle of 337.14º 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 #750C34 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 12 | 52 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.54 |
| HSL | 337.14º | 0.81% | 0.25% | - |
| HSV(B) | 337.14º | 0.9% | 0.46% | - |
| XYZ | 8.09 | 4.29 | 3.65 | - |
| YUV | 47.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 52 | 0 | 0.90 | 0.56 | 0.54 | 337.14 | 0.81 | 0.25 |
| Hex | 75 | C | 34 | 0 | 5A | 38 | 36 | 151 | 51 | 19 |
| Octal | 165 | 14 | 64 | 0 | 132 | 70 | 66 | 521 | 121 | 31 |
| Binary | 1110101 | 1100 | 110100 | 0 | 1011010 | 111000 | 110110 | 101010001 | 1010001 | 11001 |
Color Harmonies of #750C34
Complementary color
Monochromatic Colors of #750C34
Black with #750C34
Text Example
Text Example
White with #750C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750C34; }
p { color: rgb(117,12,52); }
H1.HeaderClassName
{
color: #750C34;
}
.AnyTagClassName
{
color: #750C34;
}
</style>
background-color css
<style>
a { background-color: #750C34; }
a { background-color: rgb(117,12,52); }
div.DivClassName
{
background-color: #750C34;
}
.BgClassName
{
background-color: #750C34;
}
</style>
border-color css
<style>
span { border-color: #750C34; }
span { border-color: rgb(117,12,52); }
td.TdClassName
{
border-color: #750C34;
}
.TagClassName
{
border-color: #750C34;
}
</style>