Shades of Tyrian Purple #680950
Tints of Tyrian Purple #680950
RGB
CMYK
RGB Variations
Color information
#680950 (or 0x680950) is known color: Tyrian Purple. HEX triplet: 68, 09 and 50. RGB value is (104,9,80). Sum of RGB (Red+Green+Blue) = 104+9+80=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #680950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680950 is #97F6AF. Grayscale: #2D2D2D. Windows color (decimal): -9959088 or 5245288. OLE color: 5245288.
HSL color Cylindrical-coordinate representation of color #680950: hue angle of 315.16º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680950 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 80 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.59 |
| HSL | 315.16º | 0.84% | 0.22% | - |
| HSV(B) | 315.16º | 0.91% | 0.41% | - |
| XYZ | 7.25 | 3.72 | 7.92 | - |
| YUV | 45.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 80 | 0 | 0.91 | 0.23 | 0.59 | 315.16 | 0.84 | 0.22 |
| Hex | 68 | 9 | 50 | 0 | 5B | 17 | 3B | 13B | 54 | 16 |
| Octal | 150 | 11 | 120 | 0 | 133 | 27 | 73 | 473 | 124 | 26 |
| Binary | 1101000 | 1001 | 1010000 | 0 | 1011011 | 10111 | 111011 | 100111011 | 1010100 | 10110 |
Color Harmonies of #680950
Complementary color
Monochromatic Colors of #680950
Black with #680950
Text Example
Text Example
White with #680950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680950; }
p { color: rgb(104,9,80); }
H1.HeaderClassName
{
color: #680950;
}
.AnyTagClassName
{
color: #680950;
}
</style>
background-color css
<style>
a { background-color: #680950; }
a { background-color: rgb(104,9,80); }
div.DivClassName
{
background-color: #680950;
}
.BgClassName
{
background-color: #680950;
}
</style>
border-color css
<style>
span { border-color: #680950; }
span { border-color: rgb(104,9,80); }
td.TdClassName
{
border-color: #680950;
}
.TagClassName
{
border-color: #680950;
}
</style>