Shades of Tyrian Purple #780152
Tints of Tyrian Purple #780152
RGB
CMYK
RGB Variations
Color information
#780152 (or 0x780152) is known color: Tyrian Purple. HEX triplet: 78, 01 and 52. RGB value is (120,1,82). Sum of RGB (Red+Green+Blue) = 120+1+82=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #780152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780152 is #87FEAD. Grayscale: #2D2D2D. Windows color (decimal): -8912558 or 5374328. OLE color: 5374328.
HSL color Cylindrical-coordinate representation of color #780152: hue angle of 319.16º 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 #780152 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 1 | 82 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.53 |
| HSL | 319.16º | 0.98% | 0.24% | - |
| HSV(B) | 319.16º | 0.99% | 0.47% | - |
| XYZ | 9.28 | 4.62 | 8.39 | - |
| YUV | 45.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 82 | 0 | 0.99 | 0.32 | 0.53 | 319.16 | 0.98 | 0.24 |
| Hex | 78 | 1 | 52 | 0 | 63 | 20 | 35 | 13F | 62 | 18 |
| Octal | 170 | 1 | 122 | 0 | 143 | 40 | 65 | 477 | 142 | 30 |
| Binary | 1111000 | 1 | 1010010 | 0 | 1100011 | 100000 | 110101 | 100111111 | 1100010 | 11000 |
Color Harmonies of #780152
Complementary color
Monochromatic Colors of #780152
Black with #780152
Text Example
Text Example
White with #780152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780152; }
p { color: rgb(120,1,82); }
H1.HeaderClassName
{
color: #780152;
}
.AnyTagClassName
{
color: #780152;
}
</style>
background-color css
<style>
a { background-color: #780152; }
a { background-color: rgb(120,1,82); }
div.DivClassName
{
background-color: #780152;
}
.BgClassName
{
background-color: #780152;
}
</style>
border-color css
<style>
span { border-color: #780152; }
span { border-color: rgb(120,1,82); }
td.TdClassName
{
border-color: #780152;
}
.TagClassName
{
border-color: #780152;
}
</style>