Shades of Tyrian Purple #780239
Tints of Tyrian Purple #780239
RGB
CMYK
RGB Variations
Color information
#780239 (or 0x780239) is known color: Tyrian Purple. HEX triplet: 78, 02 and 39. RGB value is (120,2,57). Sum of RGB (Red+Green+Blue) = 120+2+57=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #780239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780239 is #87FDC6. Grayscale: #2B2B2B. Windows color (decimal): -8912327 or 3736184. OLE color: 3736184.
HSL color Cylindrical-coordinate representation of color #780239: hue angle of 332.03º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780239 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 2 | 57 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.53 |
| HSL | 332.03º | 0.97% | 0.24% | - |
| HSV(B) | 332.03º | 0.98% | 0.47% | - |
| XYZ | 8.51 | 4.33 | 4.26 | - |
| YUV | 43.55 | 135.59 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 57 | 0 | 0.98 | 0.52 | 0.53 | 332.03 | 0.97 | 0.24 |
| Hex | 78 | 2 | 39 | 0 | 62 | 34 | 35 | 14C | 61 | 18 |
| Octal | 170 | 2 | 71 | 0 | 142 | 64 | 65 | 514 | 141 | 30 |
| Binary | 1111000 | 10 | 111001 | 0 | 1100010 | 110100 | 110101 | 101001100 | 1100001 | 11000 |
Color Harmonies of #780239
Complementary color
Monochromatic Colors of #780239
Black with #780239
Text Example
Text Example
White with #780239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780239; }
p { color: rgb(120,2,57); }
H1.HeaderClassName
{
color: #780239;
}
.AnyTagClassName
{
color: #780239;
}
</style>
background-color css
<style>
a { background-color: #780239; }
a { background-color: rgb(120,2,57); }
div.DivClassName
{
background-color: #780239;
}
.BgClassName
{
background-color: #780239;
}
</style>
border-color css
<style>
span { border-color: #780239; }
span { border-color: rgb(120,2,57); }
td.TdClassName
{
border-color: #780239;
}
.TagClassName
{
border-color: #780239;
}
</style>