Shades of Tyrian Purple #780133
Tints of Tyrian Purple #780133
RGB
CMYK
RGB Variations
Color information
#780133 (or 0x780133) is known color: Tyrian Purple. HEX triplet: 78, 01 and 33. RGB value is (120,1,51). Sum of RGB (Red+Green+Blue) = 120+1+51=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #780133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780133 is #87FECC. Grayscale: #2A2A2A. Windows color (decimal): -8912589 or 3342712. OLE color: 3342712.
HSL color Cylindrical-coordinate representation of color #780133: hue angle of 334.79º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780133 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 1 | 51 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.53 |
| HSL | 334.79º | 0.98% | 0.24% | - |
| HSV(B) | 334.79º | 0.99% | 0.47% | - |
| XYZ | 8.35 | 4.25 | 3.51 | - |
| YUV | 42.28 | 132.92 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 51 | 0 | 0.99 | 0.58 | 0.53 | 334.79 | 0.98 | 0.24 |
| Hex | 78 | 1 | 33 | 0 | 63 | 3A | 35 | 14F | 62 | 18 |
| Octal | 170 | 1 | 63 | 0 | 143 | 72 | 65 | 517 | 142 | 30 |
| Binary | 1111000 | 1 | 110011 | 0 | 1100011 | 111010 | 110101 | 101001111 | 1100010 | 11000 |
Color Harmonies of #780133
Complementary color
Monochromatic Colors of #780133
Black with #780133
Text Example
Text Example
White with #780133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780133; }
p { color: rgb(120,1,51); }
H1.HeaderClassName
{
color: #780133;
}
.AnyTagClassName
{
color: #780133;
}
</style>
background-color css
<style>
a { background-color: #780133; }
a { background-color: rgb(120,1,51); }
div.DivClassName
{
background-color: #780133;
}
.BgClassName
{
background-color: #780133;
}
</style>
border-color css
<style>
span { border-color: #780133; }
span { border-color: rgb(120,1,51); }
td.TdClassName
{
border-color: #780133;
}
.TagClassName
{
border-color: #780133;
}
</style>