Shades of Tyrian Purple #750C55
Tints of Tyrian Purple #750C55
RGB
CMYK
RGB Variations
Color information
#750C55 (or 0x750C55) is known color: Tyrian Purple. HEX triplet: 75, 0C and 55. RGB value is (117,12,85). Sum of RGB (Red+Green+Blue) = 117+12+85=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #750C55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750C55 is #8AF3AA. Grayscale: #333333. Windows color (decimal): -9106347 or 5573749. OLE color: 5573749.
HSL color Cylindrical-coordinate representation of color #750C55: hue angle of 318.29º 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 #750C55 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 12 | 85 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.54 |
| HSL | 318.29º | 0.81% | 0.25% | - |
| HSV(B) | 318.29º | 0.9% | 0.46% | - |
| XYZ | 9.11 | 4.7 | 9.02 | - |
| YUV | 51.72 | 146.79 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 85 | 0 | 0.90 | 0.27 | 0.54 | 318.29 | 0.81 | 0.25 |
| Hex | 75 | C | 55 | 0 | 5A | 1B | 36 | 13E | 51 | 19 |
| Octal | 165 | 14 | 125 | 0 | 132 | 33 | 66 | 476 | 121 | 31 |
| Binary | 1110101 | 1100 | 1010101 | 0 | 1011010 | 11011 | 110110 | 100111110 | 1010001 | 11001 |
Color Harmonies of #750C55
Complementary color
Monochromatic Colors of #750C55
Black with #750C55
Text Example
Text Example
White with #750C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750C55; }
p { color: rgb(117,12,85); }
H1.HeaderClassName
{
color: #750C55;
}
.AnyTagClassName
{
color: #750C55;
}
</style>
background-color css
<style>
a { background-color: #750C55; }
a { background-color: rgb(117,12,85); }
div.DivClassName
{
background-color: #750C55;
}
.BgClassName
{
background-color: #750C55;
}
</style>
border-color css
<style>
span { border-color: #750C55; }
span { border-color: rgb(117,12,85); }
td.TdClassName
{
border-color: #750C55;
}
.TagClassName
{
border-color: #750C55;
}
</style>