Shades of Tyrian Purple #68062A
Tints of Tyrian Purple #68062A
RGB
CMYK
RGB Variations
Color information
#68062A (or 0x68062A) is known color: Tyrian Purple. HEX triplet: 68, 06 and 2A. RGB value is (104,6,42). Sum of RGB (Red+Green+Blue) = 104+6+42=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #68062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68062A is #97F9D5. Grayscale: #272727. Windows color (decimal): -9959894 or 2754152. OLE color: 2754152.
HSL color Cylindrical-coordinate representation of color #68062A: hue angle of 337.96º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68062A is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 42 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.59 |
| HSL | 337.96º | 0.89% | 0.22% | - |
| HSV(B) | 337.96º | 0.94% | 0.41% | - |
| XYZ | 6.19 | 3.24 | 2.49 | - |
| YUV | 39.41 | 129.47 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 42 | 0 | 0.94 | 0.60 | 0.59 | 337.96 | 0.89 | 0.22 |
| Hex | 68 | 6 | 2A | 0 | 5E | 3C | 3B | 152 | 59 | 16 |
| Octal | 150 | 6 | 52 | 0 | 136 | 74 | 73 | 522 | 131 | 26 |
| Binary | 1101000 | 110 | 101010 | 0 | 1011110 | 111100 | 111011 | 101010010 | 1011001 | 10110 |
Color Harmonies of #68062A
Complementary color
Monochromatic Colors of #68062A
Black with #68062A
Text Example
Text Example
White with #68062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68062A; }
p { color: rgb(104,6,42); }
H1.HeaderClassName
{
color: #68062A;
}
.AnyTagClassName
{
color: #68062A;
}
</style>
background-color css
<style>
a { background-color: #68062A; }
a { background-color: rgb(104,6,42); }
div.DivClassName
{
background-color: #68062A;
}
.BgClassName
{
background-color: #68062A;
}
</style>
border-color css
<style>
span { border-color: #68062A; }
span { border-color: rgb(104,6,42); }
td.TdClassName
{
border-color: #68062A;
}
.TagClassName
{
border-color: #68062A;
}
</style>