Shades of Tyrian Purple #750C38
Tints of Tyrian Purple #750C38
RGB
CMYK
RGB Variations
Color information
#750C38 (or 0x750C38) is known color: Tyrian Purple. HEX triplet: 75, 0C and 38. RGB value is (117,12,56). Sum of RGB (Red+Green+Blue) = 117+12+56=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #750C38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C38 is #8AF3C7. Grayscale: #303030. Windows color (decimal): -9106376 or 3673205. OLE color: 3673205.
HSL color Cylindrical-coordinate representation of color #750C38: hue angle of 334.86º 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 #750C38 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 12 | 56 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.54 |
| HSL | 334.86º | 0.81% | 0.25% | - |
| HSV(B) | 334.86º | 0.9% | 0.46% | - |
| XYZ | 8.18 | 4.33 | 4.15 | - |
| YUV | 48.41 | 132.29 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 56 | 0 | 0.90 | 0.52 | 0.54 | 334.86 | 0.81 | 0.25 |
| Hex | 75 | C | 38 | 0 | 5A | 34 | 36 | 14F | 51 | 19 |
| Octal | 165 | 14 | 70 | 0 | 132 | 64 | 66 | 517 | 121 | 31 |
| Binary | 1110101 | 1100 | 111000 | 0 | 1011010 | 110100 | 110110 | 101001111 | 1010001 | 11001 |
Color Harmonies of #750C38
Complementary color
Monochromatic Colors of #750C38
Black with #750C38
Text Example
Text Example
White with #750C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750C38; }
p { color: rgb(117,12,56); }
H1.HeaderClassName
{
color: #750C38;
}
.AnyTagClassName
{
color: #750C38;
}
</style>
background-color css
<style>
a { background-color: #750C38; }
a { background-color: rgb(117,12,56); }
div.DivClassName
{
background-color: #750C38;
}
.BgClassName
{
background-color: #750C38;
}
</style>
border-color css
<style>
span { border-color: #750C38; }
span { border-color: rgb(117,12,56); }
td.TdClassName
{
border-color: #750C38;
}
.TagClassName
{
border-color: #750C38;
}
</style>