Shades of Tyrian Purple #680B3C
Tints of Tyrian Purple #680B3C
RGB
CMYK
RGB Variations
Color information
#680B3C (or 0x680B3C) is known color: Tyrian Purple. HEX triplet: 68, 0B and 3C. RGB value is (104,11,60). Sum of RGB (Red+Green+Blue) = 104+11+60=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #680B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B3C is #97F4C3. Grayscale: #2C2C2C. Windows color (decimal): -9958596 or 3935080. OLE color: 3935080.
HSL color Cylindrical-coordinate representation of color #680B3C: hue angle of 328.39º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680B3C is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 60 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.59 |
| HSL | 328.39º | 0.81% | 0.23% | - |
| HSV(B) | 328.39º | 0.89% | 0.41% | - |
| XYZ | 6.64 | 3.51 | 4.6 | - |
| YUV | 44.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 60 | 0 | 0.89 | 0.42 | 0.59 | 328.39 | 0.81 | 0.23 |
| Hex | 68 | B | 3C | 0 | 59 | 2A | 3B | 148 | 51 | 17 |
| Octal | 150 | 13 | 74 | 0 | 131 | 52 | 73 | 510 | 121 | 27 |
| Binary | 1101000 | 1011 | 111100 | 0 | 1011001 | 101010 | 111011 | 101001000 | 1010001 | 10111 |
Color Harmonies of #680B3C
Complementary color
Monochromatic Colors of #680B3C
Black with #680B3C
Text Example
Text Example
White with #680B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B3C; }
p { color: rgb(104,11,60); }
H1.HeaderClassName
{
color: #680B3C;
}
.AnyTagClassName
{
color: #680B3C;
}
</style>
background-color css
<style>
a { background-color: #680B3C; }
a { background-color: rgb(104,11,60); }
div.DivClassName
{
background-color: #680B3C;
}
.BgClassName
{
background-color: #680B3C;
}
</style>
border-color css
<style>
span { border-color: #680B3C; }
span { border-color: rgb(104,11,60); }
td.TdClassName
{
border-color: #680B3C;
}
.TagClassName
{
border-color: #680B3C;
}
</style>