Shades of Tyrian Purple #680A43
Tints of Tyrian Purple #680A43
RGB
CMYK
RGB Variations
Color information
#680A43 (or 0x680A43) is known color: Tyrian Purple. HEX triplet: 68, 0A and 43. RGB value is (104,10,67). Sum of RGB (Red+Green+Blue) = 104+10+67=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #680A43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A43 is #97F5BC. Grayscale: #2C2C2C. Windows color (decimal): -9958845 or 4393576. OLE color: 4393576.
HSL color Cylindrical-coordinate representation of color #680A43: hue angle of 323.62º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A43 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 67 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.59 |
| HSL | 323.62º | 0.82% | 0.22% | - |
| HSV(B) | 323.62º | 0.9% | 0.41% | - |
| XYZ | 6.83 | 3.57 | 5.64 | - |
| YUV | 44.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 67 | 0 | 0.90 | 0.36 | 0.59 | 323.62 | 0.82 | 0.22 |
| Hex | 68 | A | 43 | 0 | 5A | 24 | 3B | 144 | 52 | 16 |
| Octal | 150 | 12 | 103 | 0 | 132 | 44 | 73 | 504 | 122 | 26 |
| Binary | 1101000 | 1010 | 1000011 | 0 | 1011010 | 100100 | 111011 | 101000100 | 1010010 | 10110 |
Color Harmonies of #680A43
Complementary color
Monochromatic Colors of #680A43
Black with #680A43
Text Example
Text Example
White with #680A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A43; }
p { color: rgb(104,10,67); }
H1.HeaderClassName
{
color: #680A43;
}
.AnyTagClassName
{
color: #680A43;
}
</style>
background-color css
<style>
a { background-color: #680A43; }
a { background-color: rgb(104,10,67); }
div.DivClassName
{
background-color: #680A43;
}
.BgClassName
{
background-color: #680A43;
}
</style>
border-color css
<style>
span { border-color: #680A43; }
span { border-color: rgb(104,10,67); }
td.TdClassName
{
border-color: #680A43;
}
.TagClassName
{
border-color: #680A43;
}
</style>