Shades of Tyrian Purple #68013C
Tints of Tyrian Purple #68013C
RGB
CMYK
RGB Variations
Color information
#68013C (or 0x68013C) is known color: Tyrian Purple. HEX triplet: 68, 01 and 3C. RGB value is (104,1,60). Sum of RGB (Red+Green+Blue) = 104+1+60=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #68013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68013C is #97FEC3. Grayscale: #262626. Windows color (decimal): -9961156 or 3932520. OLE color: 3932520.
HSL color Cylindrical-coordinate representation of color #68013C: hue angle of 325.63º 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 #68013C is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.59 |
| HSL | 325.63º | 0.98% | 0.21% | - |
| HSV(B) | 325.63º | 0.99% | 0.41% | - |
| XYZ | 6.54 | 3.29 | 4.57 | - |
| YUV | 38.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 60 | 0 | 0.99 | 0.42 | 0.59 | 325.63 | 0.98 | 0.21 |
| Hex | 68 | 1 | 3C | 0 | 63 | 2A | 3B | 146 | 62 | 15 |
| Octal | 150 | 1 | 74 | 0 | 143 | 52 | 73 | 506 | 142 | 25 |
| Binary | 1101000 | 1 | 111100 | 0 | 1100011 | 101010 | 111011 | 101000110 | 1100010 | 10101 |
Color Harmonies of #68013C
Complementary color
Monochromatic Colors of #68013C
Black with #68013C
Text Example
Text Example
White with #68013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68013C; }
p { color: rgb(104,1,60); }
H1.HeaderClassName
{
color: #68013C;
}
.AnyTagClassName
{
color: #68013C;
}
</style>
background-color css
<style>
a { background-color: #68013C; }
a { background-color: rgb(104,1,60); }
div.DivClassName
{
background-color: #68013C;
}
.BgClassName
{
background-color: #68013C;
}
</style>
border-color css
<style>
span { border-color: #68013C; }
span { border-color: rgb(104,1,60); }
td.TdClassName
{
border-color: #68013C;
}
.TagClassName
{
border-color: #68013C;
}
</style>