Shades of Tyrian Purple #780334
Tints of Tyrian Purple #780334
RGB
CMYK
RGB Variations
Color information
#780334 (or 0x780334) is known color: Tyrian Purple. HEX triplet: 78, 03 and 34. RGB value is (120,3,52). Sum of RGB (Red+Green+Blue) = 120+3+52=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #780334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780334 is #87FCCB. Grayscale: #2B2B2B. Windows color (decimal): -8912076 or 3408760. OLE color: 3408760.
HSL color Cylindrical-coordinate representation of color #780334: hue angle of 334.87º degrees, saturation: 0.95, 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 #780334 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 52 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.53 |
| HSL | 334.87º | 0.95% | 0.24% | - |
| HSV(B) | 334.87º | 0.98% | 0.47% | - |
| XYZ | 8.4 | 4.31 | 3.64 | - |
| YUV | 43.57 | 132.76 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 52 | 0 | 0.98 | 0.57 | 0.53 | 334.87 | 0.95 | 0.24 |
| Hex | 78 | 3 | 34 | 0 | 62 | 39 | 35 | 14F | 5F | 18 |
| Octal | 170 | 3 | 64 | 0 | 142 | 71 | 65 | 517 | 137 | 30 |
| Binary | 1111000 | 11 | 110100 | 0 | 1100010 | 111001 | 110101 | 101001111 | 1011111 | 11000 |
Color Harmonies of #780334
Complementary color
Monochromatic Colors of #780334
Black with #780334
Text Example
Text Example
White with #780334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780334; }
p { color: rgb(120,3,52); }
H1.HeaderClassName
{
color: #780334;
}
.AnyTagClassName
{
color: #780334;
}
</style>
background-color css
<style>
a { background-color: #780334; }
a { background-color: rgb(120,3,52); }
div.DivClassName
{
background-color: #780334;
}
.BgClassName
{
background-color: #780334;
}
</style>
border-color css
<style>
span { border-color: #780334; }
span { border-color: rgb(120,3,52); }
td.TdClassName
{
border-color: #780334;
}
.TagClassName
{
border-color: #780334;
}
</style>