Shades of Tyrian Purple #750A3B
Tints of Tyrian Purple #750A3B
RGB
CMYK
RGB Variations
Color information
#750A3B (or 0x750A3B) is known color: Tyrian Purple. HEX triplet: 75, 0A and 3B. RGB value is (117,10,59). Sum of RGB (Red+Green+Blue) = 117+10+59=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #750A3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A3B is #8AF5C4. Grayscale: #2F2F2F. Windows color (decimal): -9106885 or 3869301. OLE color: 3869301.
HSL color Cylindrical-coordinate representation of color #750A3B: hue angle of 332.52º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750A3B is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 59 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.54 |
| HSL | 332.52º | 0.84% | 0.25% | - |
| HSV(B) | 332.52º | 0.91% | 0.46% | - |
| XYZ | 8.23 | 4.31 | 4.54 | - |
| YUV | 47.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 59 | 0 | 0.91 | 0.50 | 0.54 | 332.52 | 0.84 | 0.25 |
| Hex | 75 | A | 3B | 0 | 5B | 32 | 36 | 14D | 54 | 19 |
| Octal | 165 | 12 | 73 | 0 | 133 | 62 | 66 | 515 | 124 | 31 |
| Binary | 1110101 | 1010 | 111011 | 0 | 1011011 | 110010 | 110110 | 101001101 | 1010100 | 11001 |
Color Harmonies of #750A3B
Complementary color
Monochromatic Colors of #750A3B
Black with #750A3B
Text Example
Text Example
White with #750A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A3B; }
p { color: rgb(117,10,59); }
H1.HeaderClassName
{
color: #750A3B;
}
.AnyTagClassName
{
color: #750A3B;
}
</style>
background-color css
<style>
a { background-color: #750A3B; }
a { background-color: rgb(117,10,59); }
div.DivClassName
{
background-color: #750A3B;
}
.BgClassName
{
background-color: #750A3B;
}
</style>
border-color css
<style>
span { border-color: #750A3B; }
span { border-color: rgb(117,10,59); }
td.TdClassName
{
border-color: #750A3B;
}
.TagClassName
{
border-color: #750A3B;
}
</style>