Shades of Tyrian Purple #680A4A
Tints of Tyrian Purple #680A4A
RGB
CMYK
RGB Variations
Color information
#680A4A (or 0x680A4A) is known color: Tyrian Purple. HEX triplet: 68, 0A and 4A. RGB value is (104,10,74). Sum of RGB (Red+Green+Blue) = 104+10+74=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #680A4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A4A is #97F5B5. Grayscale: #2D2D2D. Windows color (decimal): -9958838 or 4852328. OLE color: 4852328.
HSL color Cylindrical-coordinate representation of color #680A4A: hue angle of 319.15º 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 #680A4A is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 74 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.59 |
| HSL | 319.15º | 0.82% | 0.22% | - |
| HSV(B) | 319.15º | 0.9% | 0.41% | - |
| XYZ | 7.05 | 3.65 | 6.81 | - |
| YUV | 45.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 74 | 0 | 0.90 | 0.29 | 0.59 | 319.15 | 0.82 | 0.22 |
| Hex | 68 | A | 4A | 0 | 5A | 1D | 3B | 13F | 52 | 16 |
| Octal | 150 | 12 | 112 | 0 | 132 | 35 | 73 | 477 | 122 | 26 |
| Binary | 1101000 | 1010 | 1001010 | 0 | 1011010 | 11101 | 111011 | 100111111 | 1010010 | 10110 |
Color Harmonies of #680A4A
Complementary color
Monochromatic Colors of #680A4A
Black with #680A4A
Text Example
Text Example
White with #680A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A4A; }
p { color: rgb(104,10,74); }
H1.HeaderClassName
{
color: #680A4A;
}
.AnyTagClassName
{
color: #680A4A;
}
</style>
background-color css
<style>
a { background-color: #680A4A; }
a { background-color: rgb(104,10,74); }
div.DivClassName
{
background-color: #680A4A;
}
.BgClassName
{
background-color: #680A4A;
}
</style>
border-color css
<style>
span { border-color: #680A4A; }
span { border-color: rgb(104,10,74); }
td.TdClassName
{
border-color: #680A4A;
}
.TagClassName
{
border-color: #680A4A;
}
</style>