Shades of Tyrian Purple #680343
Tints of Tyrian Purple #680343
RGB
CMYK
RGB Variations
Color information
#680343 (or 0x680343) is known color: Tyrian Purple. HEX triplet: 68, 03 and 43. RGB value is (104,3,67). Sum of RGB (Red+Green+Blue) = 104+3+67=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #680343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680343 is #97FCBC. Grayscale: #282828. Windows color (decimal): -9960637 or 4391784. OLE color: 4391784.
HSL color Cylindrical-coordinate representation of color #680343: hue angle of 321.98º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680343 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 67 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.59 |
| HSL | 321.98º | 0.94% | 0.21% | - |
| HSV(B) | 321.98º | 0.97% | 0.41% | - |
| XYZ | 6.75 | 3.41 | 5.61 | - |
| YUV | 40.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 67 | 0 | 0.97 | 0.36 | 0.59 | 321.98 | 0.94 | 0.21 |
| Hex | 68 | 3 | 43 | 0 | 61 | 24 | 3B | 142 | 5E | 15 |
| Octal | 150 | 3 | 103 | 0 | 141 | 44 | 73 | 502 | 136 | 25 |
| Binary | 1101000 | 11 | 1000011 | 0 | 1100001 | 100100 | 111011 | 101000010 | 1011110 | 10101 |
Color Harmonies of #680343
Complementary color
Monochromatic Colors of #680343
Black with #680343
Text Example
Text Example
White with #680343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680343; }
p { color: rgb(104,3,67); }
H1.HeaderClassName
{
color: #680343;
}
.AnyTagClassName
{
color: #680343;
}
</style>
background-color css
<style>
a { background-color: #680343; }
a { background-color: rgb(104,3,67); }
div.DivClassName
{
background-color: #680343;
}
.BgClassName
{
background-color: #680343;
}
</style>
border-color css
<style>
span { border-color: #680343; }
span { border-color: rgb(104,3,67); }
td.TdClassName
{
border-color: #680343;
}
.TagClassName
{
border-color: #680343;
}
</style>