Shades of Tyrian Purple #680652
Tints of Tyrian Purple #680652
RGB
CMYK
RGB Variations
Color information
#680652 (or 0x680652) is known color: Tyrian Purple. HEX triplet: 68, 06 and 52. RGB value is (104,6,82). Sum of RGB (Red+Green+Blue) = 104+6+82=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #680652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680652 is #97F9AD. Grayscale: #2B2B2B. Windows color (decimal): -9959854 or 5375592. OLE color: 5375592.
HSL color Cylindrical-coordinate representation of color #680652: hue angle of 313.47º 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 #680652 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 82 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.59 |
| HSL | 313.47º | 0.89% | 0.22% | - |
| HSV(B) | 313.47º | 0.94% | 0.41% | - |
| XYZ | 7.3 | 3.68 | 8.31 | - |
| YUV | 43.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 82 | 0 | 0.94 | 0.21 | 0.59 | 313.47 | 0.89 | 0.22 |
| Hex | 68 | 6 | 52 | 0 | 5E | 15 | 3B | 139 | 59 | 16 |
| Octal | 150 | 6 | 122 | 0 | 136 | 25 | 73 | 471 | 131 | 26 |
| Binary | 1101000 | 110 | 1010010 | 0 | 1011110 | 10101 | 111011 | 100111001 | 1011001 | 10110 |
Color Harmonies of #680652
Complementary color
Monochromatic Colors of #680652
Black with #680652
Text Example
Text Example
White with #680652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680652; }
p { color: rgb(104,6,82); }
H1.HeaderClassName
{
color: #680652;
}
.AnyTagClassName
{
color: #680652;
}
</style>
background-color css
<style>
a { background-color: #680652; }
a { background-color: rgb(104,6,82); }
div.DivClassName
{
background-color: #680652;
}
.BgClassName
{
background-color: #680652;
}
</style>
border-color css
<style>
span { border-color: #680652; }
span { border-color: rgb(104,6,82); }
td.TdClassName
{
border-color: #680652;
}
.TagClassName
{
border-color: #680652;
}
</style>