Shades of Tyrian Purple #680240
Tints of Tyrian Purple #680240
RGB
CMYK
RGB Variations
Color information
#680240 (or 0x680240) is known color: Tyrian Purple. HEX triplet: 68, 02 and 40. RGB value is (104,2,64). Sum of RGB (Red+Green+Blue) = 104+2+64=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #680240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680240 is #97FDBF. Grayscale: #272727. Windows color (decimal): -9960896 or 4194920. OLE color: 4194920.
HSL color Cylindrical-coordinate representation of color #680240: hue angle of 323.53º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680240 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 64 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.59 |
| HSL | 323.53º | 0.96% | 0.21% | - |
| HSV(B) | 323.53º | 0.98% | 0.41% | - |
| XYZ | 6.66 | 3.36 | 5.15 | - |
| YUV | 39.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 64 | 0 | 0.98 | 0.38 | 0.59 | 323.53 | 0.96 | 0.21 |
| Hex | 68 | 2 | 40 | 0 | 62 | 26 | 3B | 144 | 60 | 15 |
| Octal | 150 | 2 | 100 | 0 | 142 | 46 | 73 | 504 | 140 | 25 |
| Binary | 1101000 | 10 | 1000000 | 0 | 1100010 | 100110 | 111011 | 101000100 | 1100000 | 10101 |
Color Harmonies of #680240
Complementary color
Monochromatic Colors of #680240
Black with #680240
Text Example
Text Example
White with #680240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680240; }
p { color: rgb(104,2,64); }
H1.HeaderClassName
{
color: #680240;
}
.AnyTagClassName
{
color: #680240;
}
</style>
background-color css
<style>
a { background-color: #680240; }
a { background-color: rgb(104,2,64); }
div.DivClassName
{
background-color: #680240;
}
.BgClassName
{
background-color: #680240;
}
</style>
border-color css
<style>
span { border-color: #680240; }
span { border-color: rgb(104,2,64); }
td.TdClassName
{
border-color: #680240;
}
.TagClassName
{
border-color: #680240;
}
</style>