Shades of Tyrian Purple #680D3F
Tints of Tyrian Purple #680D3F
RGB
CMYK
RGB Variations
Color information
#680D3F (or 0x680D3F) is known color: Tyrian Purple. HEX triplet: 68, 0D and 3F. RGB value is (104,13,63). Sum of RGB (Red+Green+Blue) = 104+13+63=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #680D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680D3F is #97F2C0. Grayscale: #2D2D2D. Windows color (decimal): -9958081 or 4132200. OLE color: 4132200.
HSL color Cylindrical-coordinate representation of color #680D3F: hue angle of 327.03º degrees, saturation: 0.78, 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 #680D3F is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 13 | 63 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.59 |
| HSL | 327.03º | 0.78% | 0.23% | - |
| HSV(B) | 327.03º | 0.88% | 0.41% | - |
| XYZ | 6.75 | 3.59 | 5.04 | - |
| YUV | 45.91 | 137.65 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 63 | 0 | 0.88 | 0.39 | 0.59 | 327.03 | 0.78 | 0.23 |
| Hex | 68 | D | 3F | 0 | 58 | 27 | 3B | 147 | 4E | 17 |
| Octal | 150 | 15 | 77 | 0 | 130 | 47 | 73 | 507 | 116 | 27 |
| Binary | 1101000 | 1101 | 111111 | 0 | 1011000 | 100111 | 111011 | 101000111 | 1001110 | 10111 |
Color Harmonies of #680D3F
Complementary color
Monochromatic Colors of #680D3F
Black with #680D3F
Text Example
Text Example
White with #680D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680D3F; }
p { color: rgb(104,13,63); }
H1.HeaderClassName
{
color: #680D3F;
}
.AnyTagClassName
{
color: #680D3F;
}
</style>
background-color css
<style>
a { background-color: #680D3F; }
a { background-color: rgb(104,13,63); }
div.DivClassName
{
background-color: #680D3F;
}
.BgClassName
{
background-color: #680D3F;
}
</style>
border-color css
<style>
span { border-color: #680D3F; }
span { border-color: rgb(104,13,63); }
td.TdClassName
{
border-color: #680D3F;
}
.TagClassName
{
border-color: #680D3F;
}
</style>