Shades of Tyrian Purple #750A4A
Tints of Tyrian Purple #750A4A
RGB
CMYK
RGB Variations
Color information
#750A4A (or 0x750A4A) is known color: Tyrian Purple. HEX triplet: 75, 0A and 4A. RGB value is (117,10,74). Sum of RGB (Red+Green+Blue) = 117+10+74=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #750A4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A4A is #8AF5B5. Grayscale: #313131. Windows color (decimal): -9106870 or 4852341. OLE color: 4852341.
HSL color Cylindrical-coordinate representation of color #750A4A: hue angle of 324.11º 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 #750A4A is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 74 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.54 |
| HSL | 324.11º | 0.84% | 0.25% | - |
| HSV(B) | 324.11º | 0.91% | 0.46% | - |
| XYZ | 8.68 | 4.49 | 6.89 | - |
| YUV | 49.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 74 | 0 | 0.91 | 0.37 | 0.54 | 324.11 | 0.84 | 0.25 |
| Hex | 75 | A | 4A | 0 | 5B | 25 | 36 | 144 | 54 | 19 |
| Octal | 165 | 12 | 112 | 0 | 133 | 45 | 66 | 504 | 124 | 31 |
| Binary | 1110101 | 1010 | 1001010 | 0 | 1011011 | 100101 | 110110 | 101000100 | 1010100 | 11001 |
Color Harmonies of #750A4A
Complementary color
Monochromatic Colors of #750A4A
Black with #750A4A
Text Example
Text Example
White with #750A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A4A; }
p { color: rgb(117,10,74); }
H1.HeaderClassName
{
color: #750A4A;
}
.AnyTagClassName
{
color: #750A4A;
}
</style>
background-color css
<style>
a { background-color: #750A4A; }
a { background-color: rgb(117,10,74); }
div.DivClassName
{
background-color: #750A4A;
}
.BgClassName
{
background-color: #750A4A;
}
</style>
border-color css
<style>
span { border-color: #750A4A; }
span { border-color: rgb(117,10,74); }
td.TdClassName
{
border-color: #750A4A;
}
.TagClassName
{
border-color: #750A4A;
}
</style>