Shades of Tyrian Purple #680143
Tints of Tyrian Purple #680143
RGB
CMYK
RGB Variations
Color information
#680143 (or 0x680143) is known color: Tyrian Purple. HEX triplet: 68, 01 and 43. RGB value is (104,1,67). Sum of RGB (Red+Green+Blue) = 104+1+67=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #680143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680143 is #97FEBC. Grayscale: #272727. Windows color (decimal): -9961149 or 4391272. OLE color: 4391272.
HSL color Cylindrical-coordinate representation of color #680143: hue angle of 321.55º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680143 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 67 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.59 |
| HSL | 321.55º | 0.98% | 0.21% | - |
| HSV(B) | 321.55º | 0.99% | 0.41% | - |
| XYZ | 6.73 | 3.37 | 5.61 | - |
| YUV | 39.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 67 | 0 | 0.99 | 0.36 | 0.59 | 321.55 | 0.98 | 0.21 |
| Hex | 68 | 1 | 43 | 0 | 63 | 24 | 3B | 142 | 62 | 15 |
| Octal | 150 | 1 | 103 | 0 | 143 | 44 | 73 | 502 | 142 | 25 |
| Binary | 1101000 | 1 | 1000011 | 0 | 1100011 | 100100 | 111011 | 101000010 | 1100010 | 10101 |
Color Harmonies of #680143
Complementary color
Monochromatic Colors of #680143
Black with #680143
Text Example
Text Example
White with #680143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680143; }
p { color: rgb(104,1,67); }
H1.HeaderClassName
{
color: #680143;
}
.AnyTagClassName
{
color: #680143;
}
</style>
background-color css
<style>
a { background-color: #680143; }
a { background-color: rgb(104,1,67); }
div.DivClassName
{
background-color: #680143;
}
.BgClassName
{
background-color: #680143;
}
</style>
border-color css
<style>
span { border-color: #680143; }
span { border-color: rgb(104,1,67); }
td.TdClassName
{
border-color: #680143;
}
.TagClassName
{
border-color: #680143;
}
</style>