Shades of Tyrian Purple #78013D
Tints of Tyrian Purple #78013D
RGB
CMYK
RGB Variations
Color information
#78013D (or 0x78013D) is known color: Tyrian Purple. HEX triplet: 78, 01 and 3D. RGB value is (120,1,61). Sum of RGB (Red+Green+Blue) = 120+1+61=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #78013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78013D is #87FEC2. Grayscale: #2B2B2B. Windows color (decimal): -8912579 or 3998072. OLE color: 3998072.
HSL color Cylindrical-coordinate representation of color #78013D: hue angle of 329.75º 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 #78013D is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.53 |
| HSL | 329.75º | 0.98% | 0.24% | - |
| HSV(B) | 329.75º | 0.99% | 0.47% | - |
| XYZ | 8.6 | 4.35 | 4.8 | - |
| YUV | 43.42 | 137.92 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 61 | 0 | 0.99 | 0.49 | 0.53 | 329.75 | 0.98 | 0.24 |
| Hex | 78 | 1 | 3D | 0 | 63 | 31 | 35 | 14A | 62 | 18 |
| Octal | 170 | 1 | 75 | 0 | 143 | 61 | 65 | 512 | 142 | 30 |
| Binary | 1111000 | 1 | 111101 | 0 | 1100011 | 110001 | 110101 | 101001010 | 1100010 | 11000 |
Color Harmonies of #78013D
Complementary color
Monochromatic Colors of #78013D
Black with #78013D
Text Example
Text Example
White with #78013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78013D; }
p { color: rgb(120,1,61); }
H1.HeaderClassName
{
color: #78013D;
}
.AnyTagClassName
{
color: #78013D;
}
</style>
background-color css
<style>
a { background-color: #78013D; }
a { background-color: rgb(120,1,61); }
div.DivClassName
{
background-color: #78013D;
}
.BgClassName
{
background-color: #78013D;
}
</style>
border-color css
<style>
span { border-color: #78013D; }
span { border-color: rgb(120,1,61); }
td.TdClassName
{
border-color: #78013D;
}
.TagClassName
{
border-color: #78013D;
}
</style>