Shades of Tyrian Purple #750C3D
Tints of Tyrian Purple #750C3D
RGB
CMYK
RGB Variations
Color information
#750C3D (or 0x750C3D) is known color: Tyrian Purple. HEX triplet: 75, 0C and 3D. RGB value is (117,12,61). Sum of RGB (Red+Green+Blue) = 117+12+61=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #750C3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C3D is #8AF3C2. Grayscale: #303030. Windows color (decimal): -9106371 or 4000885. OLE color: 4000885.
HSL color Cylindrical-coordinate representation of color #750C3D: hue angle of 332º 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 #750C3D is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 12 | 61 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.54 |
| HSL | 332º | 0.81% | 0.25% | - |
| HSV(B) | 332º | 0.9% | 0.46% | - |
| XYZ | 8.31 | 4.38 | 4.82 | - |
| YUV | 48.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 61 | 0 | 0.90 | 0.48 | 0.54 | 332 | 0.81 | 0.25 |
| Hex | 75 | C | 3D | 0 | 5A | 30 | 36 | 14C | 51 | 19 |
| Octal | 165 | 14 | 75 | 0 | 132 | 60 | 66 | 514 | 121 | 31 |
| Binary | 1110101 | 1100 | 111101 | 0 | 1011010 | 110000 | 110110 | 101001100 | 1010001 | 11001 |
Color Harmonies of #750C3D
Complementary color
Monochromatic Colors of #750C3D
Black with #750C3D
Text Example
Text Example
White with #750C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750C3D; }
p { color: rgb(117,12,61); }
H1.HeaderClassName
{
color: #750C3D;
}
.AnyTagClassName
{
color: #750C3D;
}
</style>
background-color css
<style>
a { background-color: #750C3D; }
a { background-color: rgb(117,12,61); }
div.DivClassName
{
background-color: #750C3D;
}
.BgClassName
{
background-color: #750C3D;
}
</style>
border-color css
<style>
span { border-color: #750C3D; }
span { border-color: rgb(117,12,61); }
td.TdClassName
{
border-color: #750C3D;
}
.TagClassName
{
border-color: #750C3D;
}
</style>