Shades of Tyrian Purple #68024F
Tints of Tyrian Purple #68024F
RGB
CMYK
RGB Variations
Color information
#68024F (or 0x68024F) is known color: Tyrian Purple. HEX triplet: 68, 02 and 4F. RGB value is (104,2,79). Sum of RGB (Red+Green+Blue) = 104+2+79=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68024F is #97FDB0. Grayscale: #292929. Windows color (decimal): -9960881 or 5177960. OLE color: 5177960.
HSL color Cylindrical-coordinate representation of color #68024F: hue angle of 314.71º 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 #68024F is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 79 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.59 |
| HSL | 314.71º | 0.96% | 0.21% | - |
| HSV(B) | 314.71º | 0.98% | 0.41% | - |
| XYZ | 7.14 | 3.55 | 7.71 | - |
| YUV | 41.28 | 149.29 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 79 | 0 | 0.98 | 0.24 | 0.59 | 314.71 | 0.96 | 0.21 |
| Hex | 68 | 2 | 4F | 0 | 62 | 18 | 3B | 13B | 60 | 15 |
| Octal | 150 | 2 | 117 | 0 | 142 | 30 | 73 | 473 | 140 | 25 |
| Binary | 1101000 | 10 | 1001111 | 0 | 1100010 | 11000 | 111011 | 100111011 | 1100000 | 10101 |
Color Harmonies of #68024F
Complementary color
Monochromatic Colors of #68024F
Black with #68024F
Text Example
Text Example
White with #68024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68024F; }
p { color: rgb(104,2,79); }
H1.HeaderClassName
{
color: #68024F;
}
.AnyTagClassName
{
color: #68024F;
}
</style>
background-color css
<style>
a { background-color: #68024F; }
a { background-color: rgb(104,2,79); }
div.DivClassName
{
background-color: #68024F;
}
.BgClassName
{
background-color: #68024F;
}
</style>
border-color css
<style>
span { border-color: #68024F; }
span { border-color: rgb(104,2,79); }
td.TdClassName
{
border-color: #68024F;
}
.TagClassName
{
border-color: #68024F;
}
</style>