Shades of Tyrian Purple #680246
Tints of Tyrian Purple #680246
RGB
CMYK
RGB Variations
Color information
#680246 (or 0x680246) is known color: Tyrian Purple. HEX triplet: 68, 02 and 46. RGB value is (104,2,70). Sum of RGB (Red+Green+Blue) = 104+2+70=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #680246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680246 is #97FDB9. Grayscale: #282828. Windows color (decimal): -9960890 or 4588136. OLE color: 4588136.
HSL color Cylindrical-coordinate representation of color #680246: hue angle of 320º 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 #680246 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 70 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.59 |
| HSL | 320º | 0.96% | 0.21% | - |
| HSV(B) | 320º | 0.98% | 0.41% | - |
| XYZ | 6.84 | 3.43 | 6.1 | - |
| YUV | 40.25 | 144.79 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 70 | 0 | 0.98 | 0.33 | 0.59 | 320 | 0.96 | 0.21 |
| Hex | 68 | 2 | 46 | 0 | 62 | 21 | 3B | 140 | 60 | 15 |
| Octal | 150 | 2 | 106 | 0 | 142 | 41 | 73 | 500 | 140 | 25 |
| Binary | 1101000 | 10 | 1000110 | 0 | 1100010 | 100001 | 111011 | 101000000 | 1100000 | 10101 |
Color Harmonies of #680246
Complementary color
Monochromatic Colors of #680246
Black with #680246
Text Example
Text Example
White with #680246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680246; }
p { color: rgb(104,2,70); }
H1.HeaderClassName
{
color: #680246;
}
.AnyTagClassName
{
color: #680246;
}
</style>
background-color css
<style>
a { background-color: #680246; }
a { background-color: rgb(104,2,70); }
div.DivClassName
{
background-color: #680246;
}
.BgClassName
{
background-color: #680246;
}
</style>
border-color css
<style>
span { border-color: #680246; }
span { border-color: rgb(104,2,70); }
td.TdClassName
{
border-color: #680246;
}
.TagClassName
{
border-color: #680246;
}
</style>