Shades of Tyrian Purple #750133
Tints of Tyrian Purple #750133
RGB
CMYK
RGB Variations
Color information
#750133 (or 0x750133) is known color: Tyrian Purple. HEX triplet: 75, 01 and 33. RGB value is (117,1,51). Sum of RGB (Red+Green+Blue) = 117+1+51=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #750133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750133 is #8AFECC. Grayscale: #292929. Windows color (decimal): -9109197 or 3342709. OLE color: 3342709.
HSL color Cylindrical-coordinate representation of color #750133: hue angle of 334.14º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750133 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 51 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.54 |
| HSL | 334.14º | 0.98% | 0.23% | - |
| HSV(B) | 334.14º | 0.99% | 0.46% | - |
| XYZ | 7.94 | 4.04 | 3.49 | - |
| YUV | 41.38 | 133.43 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 51 | 0 | 0.99 | 0.56 | 0.54 | 334.14 | 0.98 | 0.23 |
| Hex | 75 | 1 | 33 | 0 | 63 | 38 | 36 | 14E | 62 | 17 |
| Octal | 165 | 1 | 63 | 0 | 143 | 70 | 66 | 516 | 142 | 27 |
| Binary | 1110101 | 1 | 110011 | 0 | 1100011 | 111000 | 110110 | 101001110 | 1100010 | 10111 |
Color Harmonies of #750133
Complementary color
Monochromatic Colors of #750133
Black with #750133
Text Example
Text Example
White with #750133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750133; }
p { color: rgb(117,1,51); }
H1.HeaderClassName
{
color: #750133;
}
.AnyTagClassName
{
color: #750133;
}
</style>
background-color css
<style>
a { background-color: #750133; }
a { background-color: rgb(117,1,51); }
div.DivClassName
{
background-color: #750133;
}
.BgClassName
{
background-color: #750133;
}
</style>
border-color css
<style>
span { border-color: #750133; }
span { border-color: rgb(117,1,51); }
td.TdClassName
{
border-color: #750133;
}
.TagClassName
{
border-color: #750133;
}
</style>