Shades of Tyrian Purple #680036
Tints of Tyrian Purple #680036
RGB
CMYK
RGB Variations
Color information
#680036 (or 0x680036) is known color: Tyrian Purple. HEX triplet: 68, 00 and 36. RGB value is (104,0,54). Sum of RGB (Red+Green+Blue) = 104+0+54=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #680036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680036 is #97FFC9. Grayscale: #252525. Windows color (decimal): -9961418 or 3539048. OLE color: 3539048.
HSL color Cylindrical-coordinate representation of color #680036: hue angle of 328.85º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680036 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.48 | 0.59 |
| HSL | 328.85º | 1% | 0.2% | - |
| HSV(B) | 328.85º | 1% | 0.41% | - |
| XYZ | 6.37 | 3.21 | 3.77 | - |
| YUV | 37.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 54 | 0 | 1 | 0.48 | 0.59 | 328.85 | 1 | 0.2 |
| Hex | 68 | 0 | 36 | 0 | 64 | 30 | 3B | 149 | 64 | 14 |
| Octal | 150 | 0 | 66 | 0 | 144 | 60 | 73 | 511 | 144 | 24 |
| Binary | 1101000 | 0 | 110110 | 0 | 1100100 | 110000 | 111011 | 101001001 | 1100100 | 10100 |
Color Harmonies of #680036
Complementary color
Monochromatic Colors of #680036
Black with #680036
Text Example
Text Example
White with #680036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680036; }
p { color: rgb(104,0,54); }
H1.HeaderClassName
{
color: #680036;
}
.AnyTagClassName
{
color: #680036;
}
</style>
background-color css
<style>
a { background-color: #680036; }
a { background-color: rgb(104,0,54); }
div.DivClassName
{
background-color: #680036;
}
.BgClassName
{
background-color: #680036;
}
</style>
border-color css
<style>
span { border-color: #680036; }
span { border-color: rgb(104,0,54); }
td.TdClassName
{
border-color: #680036;
}
.TagClassName
{
border-color: #680036;
}
</style>