Shades of Tyrian Purple #68033E
Tints of Tyrian Purple #68033E
RGB
CMYK
RGB Variations
Color information
#68033E (or 0x68033E) is known color: Tyrian Purple. HEX triplet: 68, 03 and 3E. RGB value is (104,3,62). Sum of RGB (Red+Green+Blue) = 104+3+62=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #68033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68033E is #97FCC1. Grayscale: #272727. Windows color (decimal): -9960642 or 4064104. OLE color: 4064104.
HSL color Cylindrical-coordinate representation of color #68033E: hue angle of 324.95º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68033E is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 62 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.59 |
| HSL | 324.95º | 0.94% | 0.21% | - |
| HSV(B) | 324.95º | 0.97% | 0.41% | - |
| XYZ | 6.61 | 3.36 | 4.86 | - |
| YUV | 39.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 62 | 0 | 0.97 | 0.40 | 0.59 | 324.95 | 0.94 | 0.21 |
| Hex | 68 | 3 | 3E | 0 | 61 | 28 | 3B | 145 | 5E | 15 |
| Octal | 150 | 3 | 76 | 0 | 141 | 50 | 73 | 505 | 136 | 25 |
| Binary | 1101000 | 11 | 111110 | 0 | 1100001 | 101000 | 111011 | 101000101 | 1011110 | 10101 |
Color Harmonies of #68033E
Complementary color
Monochromatic Colors of #68033E
Black with #68033E
Text Example
Text Example
White with #68033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68033E; }
p { color: rgb(104,3,62); }
H1.HeaderClassName
{
color: #68033E;
}
.AnyTagClassName
{
color: #68033E;
}
</style>
background-color css
<style>
a { background-color: #68033E; }
a { background-color: rgb(104,3,62); }
div.DivClassName
{
background-color: #68033E;
}
.BgClassName
{
background-color: #68033E;
}
</style>
border-color css
<style>
span { border-color: #68033E; }
span { border-color: rgb(104,3,62); }
td.TdClassName
{
border-color: #68033E;
}
.TagClassName
{
border-color: #68033E;
}
</style>