Shades of Tyrian Purple #680632
Tints of Tyrian Purple #680632
RGB
CMYK
RGB Variations
Color information
#680632 (or 0x680632) is known color: Tyrian Purple. HEX triplet: 68, 06 and 32. RGB value is (104,6,50). Sum of RGB (Red+Green+Blue) = 104+6+50=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #680632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680632 is #97F9CD. Grayscale: #282828. Windows color (decimal): -9959886 or 3278440. OLE color: 3278440.
HSL color Cylindrical-coordinate representation of color #680632: hue angle of 333.06º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680632 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 50 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.59 |
| HSL | 333.06º | 0.89% | 0.22% | - |
| HSV(B) | 333.06º | 0.94% | 0.41% | - |
| XYZ | 6.35 | 3.3 | 3.32 | - |
| YUV | 40.32 | 133.47 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 50 | 0 | 0.94 | 0.52 | 0.59 | 333.06 | 0.89 | 0.22 |
| Hex | 68 | 6 | 32 | 0 | 5E | 34 | 3B | 14D | 59 | 16 |
| Octal | 150 | 6 | 62 | 0 | 136 | 64 | 73 | 515 | 131 | 26 |
| Binary | 1101000 | 110 | 110010 | 0 | 1011110 | 110100 | 111011 | 101001101 | 1011001 | 10110 |
Color Harmonies of #680632
Complementary color
Monochromatic Colors of #680632
Black with #680632
Text Example
Text Example
White with #680632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680632; }
p { color: rgb(104,6,50); }
H1.HeaderClassName
{
color: #680632;
}
.AnyTagClassName
{
color: #680632;
}
</style>
background-color css
<style>
a { background-color: #680632; }
a { background-color: rgb(104,6,50); }
div.DivClassName
{
background-color: #680632;
}
.BgClassName
{
background-color: #680632;
}
</style>
border-color css
<style>
span { border-color: #680632; }
span { border-color: rgb(104,6,50); }
td.TdClassName
{
border-color: #680632;
}
.TagClassName
{
border-color: #680632;
}
</style>