Shades of Tyrian Purple #750A4B
Tints of Tyrian Purple #750A4B
RGB
CMYK
RGB Variations
Color information
#750A4B (or 0x750A4B) is known color: Tyrian Purple. HEX triplet: 75, 0A and 4B. RGB value is (117,10,75). Sum of RGB (Red+Green+Blue) = 117+10+75=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #750A4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A4B is #8AF5B4. Grayscale: #313131. Windows color (decimal): -9106869 or 4917877. OLE color: 4917877.
HSL color Cylindrical-coordinate representation of color #750A4B: hue angle of 323.55º 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 #750A4B is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 75 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.54 |
| HSL | 323.55º | 0.84% | 0.25% | - |
| HSV(B) | 323.55º | 0.91% | 0.46% | - |
| XYZ | 8.71 | 4.51 | 7.07 | - |
| YUV | 49.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 75 | 0 | 0.91 | 0.36 | 0.54 | 323.55 | 0.84 | 0.25 |
| Hex | 75 | A | 4B | 0 | 5B | 24 | 36 | 144 | 54 | 19 |
| Octal | 165 | 12 | 113 | 0 | 133 | 44 | 66 | 504 | 124 | 31 |
| Binary | 1110101 | 1010 | 1001011 | 0 | 1011011 | 100100 | 110110 | 101000100 | 1010100 | 11001 |
Color Harmonies of #750A4B
Complementary color
Monochromatic Colors of #750A4B
Black with #750A4B
Text Example
Text Example
White with #750A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A4B; }
p { color: rgb(117,10,75); }
H1.HeaderClassName
{
color: #750A4B;
}
.AnyTagClassName
{
color: #750A4B;
}
</style>
background-color css
<style>
a { background-color: #750A4B; }
a { background-color: rgb(117,10,75); }
div.DivClassName
{
background-color: #750A4B;
}
.BgClassName
{
background-color: #750A4B;
}
</style>
border-color css
<style>
span { border-color: #750A4B; }
span { border-color: rgb(117,10,75); }
td.TdClassName
{
border-color: #750A4B;
}
.TagClassName
{
border-color: #750A4B;
}
</style>