Shades of Tyrian Purple #680C41
Tints of Tyrian Purple #680C41
RGB
CMYK
RGB Variations
Color information
#680C41 (or 0x680C41) is known color: Tyrian Purple. HEX triplet: 68, 0C and 41. RGB value is (104,12,65). Sum of RGB (Red+Green+Blue) = 104+12+65=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #680C41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C41 is #97F3BE. Grayscale: #2D2D2D. Windows color (decimal): -9958335 or 4263016. OLE color: 4263016.
HSL color Cylindrical-coordinate representation of color #680C41: hue angle of 325.43º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680C41 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 65 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.59 |
| HSL | 325.43º | 0.79% | 0.23% | - |
| HSV(B) | 325.43º | 0.88% | 0.41% | - |
| XYZ | 6.79 | 3.59 | 5.34 | - |
| YUV | 45.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 65 | 0 | 0.88 | 0.38 | 0.59 | 325.43 | 0.79 | 0.23 |
| Hex | 68 | C | 41 | 0 | 58 | 26 | 3B | 145 | 4F | 17 |
| Octal | 150 | 14 | 101 | 0 | 130 | 46 | 73 | 505 | 117 | 27 |
| Binary | 1101000 | 1100 | 1000001 | 0 | 1011000 | 100110 | 111011 | 101000101 | 1001111 | 10111 |
Color Harmonies of #680C41
Complementary color
Monochromatic Colors of #680C41
Black with #680C41
Text Example
Text Example
White with #680C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C41; }
p { color: rgb(104,12,65); }
H1.HeaderClassName
{
color: #680C41;
}
.AnyTagClassName
{
color: #680C41;
}
</style>
background-color css
<style>
a { background-color: #680C41; }
a { background-color: rgb(104,12,65); }
div.DivClassName
{
background-color: #680C41;
}
.BgClassName
{
background-color: #680C41;
}
</style>
border-color css
<style>
span { border-color: #680C41; }
span { border-color: rgb(104,12,65); }
td.TdClassName
{
border-color: #680C41;
}
.TagClassName
{
border-color: #680C41;
}
</style>