Shades of Tyrian Purple #78023D
Tints of Tyrian Purple #78023D
RGB
CMYK
RGB Variations
Color information
#78023D (or 0x78023D) is known color: Tyrian Purple. HEX triplet: 78, 02 and 3D. RGB value is (120,2,61). Sum of RGB (Red+Green+Blue) = 120+2+61=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #78023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78023D is #87FDC2. Grayscale: #2B2B2B. Windows color (decimal): -8912323 or 3998328. OLE color: 3998328.
HSL color Cylindrical-coordinate representation of color #78023D: hue angle of 330º 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 #78023D is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 2 | 61 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.53 |
| HSL | 330º | 0.97% | 0.24% | - |
| HSV(B) | 330º | 0.98% | 0.47% | - |
| XYZ | 8.61 | 4.37 | 4.81 | - |
| YUV | 44.01 | 137.59 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 61 | 0 | 0.98 | 0.49 | 0.53 | 330 | 0.97 | 0.24 |
| Hex | 78 | 2 | 3D | 0 | 62 | 31 | 35 | 14A | 61 | 18 |
| Octal | 170 | 2 | 75 | 0 | 142 | 61 | 65 | 512 | 141 | 30 |
| Binary | 1111000 | 10 | 111101 | 0 | 1100010 | 110001 | 110101 | 101001010 | 1100001 | 11000 |
Color Harmonies of #78023D
Complementary color
Monochromatic Colors of #78023D
Black with #78023D
Text Example
Text Example
White with #78023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78023D; }
p { color: rgb(120,2,61); }
H1.HeaderClassName
{
color: #78023D;
}
.AnyTagClassName
{
color: #78023D;
}
</style>
background-color css
<style>
a { background-color: #78023D; }
a { background-color: rgb(120,2,61); }
div.DivClassName
{
background-color: #78023D;
}
.BgClassName
{
background-color: #78023D;
}
</style>
border-color css
<style>
span { border-color: #78023D; }
span { border-color: rgb(120,2,61); }
td.TdClassName
{
border-color: #78023D;
}
.TagClassName
{
border-color: #78023D;
}
</style>