Shades of Tyrian Purple #68043D
Tints of Tyrian Purple #68043D
RGB
CMYK
RGB Variations
Color information
#68043D (or 0x68043D) is known color: Tyrian Purple. HEX triplet: 68, 04 and 3D. RGB value is (104,4,61). Sum of RGB (Red+Green+Blue) = 104+4+61=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #68043D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68043D is #97FBC2. Grayscale: #282828. Windows color (decimal): -9960387 or 3998824. OLE color: 3998824.
HSL color Cylindrical-coordinate representation of color #68043D: hue angle of 325.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68043D is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 61 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.59 |
| HSL | 325.8º | 0.93% | 0.21% | - |
| HSV(B) | 325.8º | 0.96% | 0.41% | - |
| XYZ | 6.59 | 3.37 | 4.72 | - |
| YUV | 40.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 61 | 0 | 0.96 | 0.41 | 0.59 | 325.8 | 0.93 | 0.21 |
| Hex | 68 | 4 | 3D | 0 | 60 | 29 | 3B | 146 | 5D | 15 |
| Octal | 150 | 4 | 75 | 0 | 140 | 51 | 73 | 506 | 135 | 25 |
| Binary | 1101000 | 100 | 111101 | 0 | 1100000 | 101001 | 111011 | 101000110 | 1011101 | 10101 |
Color Harmonies of #68043D
Complementary color
Monochromatic Colors of #68043D
Black with #68043D
Text Example
Text Example
White with #68043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68043D; }
p { color: rgb(104,4,61); }
H1.HeaderClassName
{
color: #68043D;
}
.AnyTagClassName
{
color: #68043D;
}
</style>
background-color css
<style>
a { background-color: #68043D; }
a { background-color: rgb(104,4,61); }
div.DivClassName
{
background-color: #68043D;
}
.BgClassName
{
background-color: #68043D;
}
</style>
border-color css
<style>
span { border-color: #68043D; }
span { border-color: rgb(104,4,61); }
td.TdClassName
{
border-color: #68043D;
}
.TagClassName
{
border-color: #68043D;
}
</style>