Shades of Tyrian Purple #68013D
Tints of Tyrian Purple #68013D
RGB
CMYK
RGB Variations
Color information
#68013D (or 0x68013D) is known color: Tyrian Purple. HEX triplet: 68, 01 and 3D. RGB value is (104,1,61). Sum of RGB (Red+Green+Blue) = 104+1+61=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #68013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68013D is #97FEC2. Grayscale: #262626. Windows color (decimal): -9961155 or 3998056. OLE color: 3998056.
HSL color Cylindrical-coordinate representation of color #68013D: hue angle of 325.05º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68013D is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.59 |
| HSL | 325.05º | 0.98% | 0.21% | - |
| HSV(B) | 325.05º | 0.99% | 0.41% | - |
| XYZ | 6.56 | 3.3 | 4.71 | - |
| YUV | 38.64 | 140.62 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 61 | 0 | 0.99 | 0.41 | 0.59 | 325.05 | 0.98 | 0.21 |
| Hex | 68 | 1 | 3D | 0 | 63 | 29 | 3B | 145 | 62 | 15 |
| Octal | 150 | 1 | 75 | 0 | 143 | 51 | 73 | 505 | 142 | 25 |
| Binary | 1101000 | 1 | 111101 | 0 | 1100011 | 101001 | 111011 | 101000101 | 1100010 | 10101 |
Color Harmonies of #68013D
Complementary color
Monochromatic Colors of #68013D
Black with #68013D
Text Example
Text Example
White with #68013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68013D; }
p { color: rgb(104,1,61); }
H1.HeaderClassName
{
color: #68013D;
}
.AnyTagClassName
{
color: #68013D;
}
</style>
background-color css
<style>
a { background-color: #68013D; }
a { background-color: rgb(104,1,61); }
div.DivClassName
{
background-color: #68013D;
}
.BgClassName
{
background-color: #68013D;
}
</style>
border-color css
<style>
span { border-color: #68013D; }
span { border-color: rgb(104,1,61); }
td.TdClassName
{
border-color: #68013D;
}
.TagClassName
{
border-color: #68013D;
}
</style>