Shades of Tyrian Purple #680A4B
Tints of Tyrian Purple #680A4B
RGB
CMYK
RGB Variations
Color information
#680A4B (or 0x680A4B) is known color: Tyrian Purple. HEX triplet: 68, 0A and 4B. RGB value is (104,10,75). Sum of RGB (Red+Green+Blue) = 104+10+75=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #680A4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A4B is #97F5B4. Grayscale: #2D2D2D. Windows color (decimal): -9958837 or 4917864. OLE color: 4917864.
HSL color Cylindrical-coordinate representation of color #680A4B: hue angle of 318.51º 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 #680A4B is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 75 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.59 |
| HSL | 318.51º | 0.82% | 0.22% | - |
| HSV(B) | 318.51º | 0.9% | 0.41% | - |
| XYZ | 7.09 | 3.67 | 6.99 | - |
| YUV | 45.52 | 144.64 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 75 | 0 | 0.90 | 0.28 | 0.59 | 318.51 | 0.82 | 0.22 |
| Hex | 68 | A | 4B | 0 | 5A | 1C | 3B | 13F | 52 | 16 |
| Octal | 150 | 12 | 113 | 0 | 132 | 34 | 73 | 477 | 122 | 26 |
| Binary | 1101000 | 1010 | 1001011 | 0 | 1011010 | 11100 | 111011 | 100111111 | 1010010 | 10110 |
Color Harmonies of #680A4B
Complementary color
Monochromatic Colors of #680A4B
Black with #680A4B
Text Example
Text Example
White with #680A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A4B; }
p { color: rgb(104,10,75); }
H1.HeaderClassName
{
color: #680A4B;
}
.AnyTagClassName
{
color: #680A4B;
}
</style>
background-color css
<style>
a { background-color: #680A4B; }
a { background-color: rgb(104,10,75); }
div.DivClassName
{
background-color: #680A4B;
}
.BgClassName
{
background-color: #680A4B;
}
</style>
border-color css
<style>
span { border-color: #680A4B; }
span { border-color: rgb(104,10,75); }
td.TdClassName
{
border-color: #680A4B;
}
.TagClassName
{
border-color: #680A4B;
}
</style>