Shades of Tyrian Purple #68024C
Tints of Tyrian Purple #68024C
RGB
CMYK
RGB Variations
Color information
#68024C (or 0x68024C) is known color: Tyrian Purple. HEX triplet: 68, 02 and 4C. RGB value is (104,2,76). Sum of RGB (Red+Green+Blue) = 104+2+76=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68024C is #97FDB3. Grayscale: #282828. Windows color (decimal): -9960884 or 4981352. OLE color: 4981352.
HSL color Cylindrical-coordinate representation of color #68024C: hue angle of 316.47º 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 #68024C is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 76 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.59 |
| HSL | 316.47º | 0.96% | 0.21% | - |
| HSV(B) | 316.47º | 0.98% | 0.41% | - |
| XYZ | 7.04 | 3.51 | 7.14 | - |
| YUV | 40.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 76 | 0 | 0.98 | 0.27 | 0.59 | 316.47 | 0.96 | 0.21 |
| Hex | 68 | 2 | 4C | 0 | 62 | 1B | 3B | 13C | 60 | 15 |
| Octal | 150 | 2 | 114 | 0 | 142 | 33 | 73 | 474 | 140 | 25 |
| Binary | 1101000 | 10 | 1001100 | 0 | 1100010 | 11011 | 111011 | 100111100 | 1100000 | 10101 |
Color Harmonies of #68024C
Complementary color
Monochromatic Colors of #68024C
Black with #68024C
Text Example
Text Example
White with #68024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68024C; }
p { color: rgb(104,2,76); }
H1.HeaderClassName
{
color: #68024C;
}
.AnyTagClassName
{
color: #68024C;
}
</style>
background-color css
<style>
a { background-color: #68024C; }
a { background-color: rgb(104,2,76); }
div.DivClassName
{
background-color: #68024C;
}
.BgClassName
{
background-color: #68024C;
}
</style>
border-color css
<style>
span { border-color: #68024C; }
span { border-color: rgb(104,2,76); }
td.TdClassName
{
border-color: #68024C;
}
.TagClassName
{
border-color: #68024C;
}
</style>