Shades of Tyrian Purple #78063D
Tints of Tyrian Purple #78063D
RGB
CMYK
RGB Variations
Color information
#78063D (or 0x78063D) is known color: Tyrian Purple. HEX triplet: 78, 06 and 3D. RGB value is (120,6,61). Sum of RGB (Red+Green+Blue) = 120+6+61=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #78063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78063D is #87F9C2. Grayscale: #2E2E2E. Windows color (decimal): -8911299 or 3999352. OLE color: 3999352.
HSL color Cylindrical-coordinate representation of color #78063D: hue angle of 331.05º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #78063D is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 6 | 61 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.53 |
| HSL | 331.05º | 0.9% | 0.25% | - |
| HSV(B) | 331.05º | 0.95% | 0.47% | - |
| XYZ | 8.65 | 4.46 | 4.82 | - |
| YUV | 46.36 | 136.27 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 61 | 0 | 0.95 | 0.49 | 0.53 | 331.05 | 0.9 | 0.25 |
| Hex | 78 | 6 | 3D | 0 | 5F | 31 | 35 | 14B | 5A | 19 |
| Octal | 170 | 6 | 75 | 0 | 137 | 61 | 65 | 513 | 132 | 31 |
| Binary | 1111000 | 110 | 111101 | 0 | 1011111 | 110001 | 110101 | 101001011 | 1011010 | 11001 |
Color Harmonies of #78063D
Complementary color
Monochromatic Colors of #78063D
Black with #78063D
Text Example
Text Example
White with #78063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78063D; }
p { color: rgb(120,6,61); }
H1.HeaderClassName
{
color: #78063D;
}
.AnyTagClassName
{
color: #78063D;
}
</style>
background-color css
<style>
a { background-color: #78063D; }
a { background-color: rgb(120,6,61); }
div.DivClassName
{
background-color: #78063D;
}
.BgClassName
{
background-color: #78063D;
}
</style>
border-color css
<style>
span { border-color: #78063D; }
span { border-color: rgb(120,6,61); }
td.TdClassName
{
border-color: #78063D;
}
.TagClassName
{
border-color: #78063D;
}
</style>