Shades of Tyrian Purple #68024E
Tints of Tyrian Purple #68024E
RGB
CMYK
RGB Variations
Color information
#68024E (or 0x68024E) is known color: Tyrian Purple. HEX triplet: 68, 02 and 4E. RGB value is (104,2,78). Sum of RGB (Red+Green+Blue) = 104+2+78=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68024E is #97FDB1. Grayscale: #282828. Windows color (decimal): -9960882 or 5112424. OLE color: 5112424.
HSL color Cylindrical-coordinate representation of color #68024E: hue angle of 315.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68024E is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 78 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.59 |
| HSL | 315.29º | 0.96% | 0.21% | - |
| HSV(B) | 315.29º | 0.98% | 0.41% | - |
| XYZ | 7.11 | 3.54 | 7.52 | - |
| YUV | 41.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 78 | 0 | 0.98 | 0.25 | 0.59 | 315.29 | 0.96 | 0.21 |
| Hex | 68 | 2 | 4E | 0 | 62 | 19 | 3B | 13B | 60 | 15 |
| Octal | 150 | 2 | 116 | 0 | 142 | 31 | 73 | 473 | 140 | 25 |
| Binary | 1101000 | 10 | 1001110 | 0 | 1100010 | 11001 | 111011 | 100111011 | 1100000 | 10101 |
Color Harmonies of #68024E
Complementary color
Monochromatic Colors of #68024E
Black with #68024E
Text Example
Text Example
White with #68024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68024E; }
p { color: rgb(104,2,78); }
H1.HeaderClassName
{
color: #68024E;
}
.AnyTagClassName
{
color: #68024E;
}
</style>
background-color css
<style>
a { background-color: #68024E; }
a { background-color: rgb(104,2,78); }
div.DivClassName
{
background-color: #68024E;
}
.BgClassName
{
background-color: #68024E;
}
</style>
border-color css
<style>
span { border-color: #68024E; }
span { border-color: rgb(104,2,78); }
td.TdClassName
{
border-color: #68024E;
}
.TagClassName
{
border-color: #68024E;
}
</style>