Shades of Tyrian Purple #750C44
Tints of Tyrian Purple #750C44
RGB
CMYK
RGB Variations
Color information
#750C44 (or 0x750C44) is known color: Tyrian Purple. HEX triplet: 75, 0C and 44. RGB value is (117,12,68). Sum of RGB (Red+Green+Blue) = 117+12+68=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #750C44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C44 is #8AF3BB. Grayscale: #313131. Windows color (decimal): -9106364 or 4459637. OLE color: 4459637.
HSL color Cylindrical-coordinate representation of color #750C44: hue angle of 328º 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 #750C44 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 12 | 68 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.54 |
| HSL | 328º | 0.81% | 0.25% | - |
| HSV(B) | 328º | 0.9% | 0.46% | - |
| XYZ | 8.51 | 4.46 | 5.88 | - |
| YUV | 49.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 68 | 0 | 0.90 | 0.42 | 0.54 | 328 | 0.81 | 0.25 |
| Hex | 75 | C | 44 | 0 | 5A | 2A | 36 | 148 | 51 | 19 |
| Octal | 165 | 14 | 104 | 0 | 132 | 52 | 66 | 510 | 121 | 31 |
| Binary | 1110101 | 1100 | 1000100 | 0 | 1011010 | 101010 | 110110 | 101001000 | 1010001 | 11001 |
Color Harmonies of #750C44
Complementary color
Monochromatic Colors of #750C44
Black with #750C44
Text Example
Text Example
White with #750C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750C44; }
p { color: rgb(117,12,68); }
H1.HeaderClassName
{
color: #750C44;
}
.AnyTagClassName
{
color: #750C44;
}
</style>
background-color css
<style>
a { background-color: #750C44; }
a { background-color: rgb(117,12,68); }
div.DivClassName
{
background-color: #750C44;
}
.BgClassName
{
background-color: #750C44;
}
</style>
border-color css
<style>
span { border-color: #750C44; }
span { border-color: rgb(117,12,68); }
td.TdClassName
{
border-color: #750C44;
}
.TagClassName
{
border-color: #750C44;
}
</style>