Shades of Tyrian Purple #680953
Tints of Tyrian Purple #680953
RGB
CMYK
RGB Variations
Color information
#680953 (or 0x680953) is known color: Tyrian Purple. HEX triplet: 68, 09 and 53. RGB value is (104,9,83). Sum of RGB (Red+Green+Blue) = 104+9+83=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #680953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680953 is #97F6AC. Grayscale: #2D2D2D. Windows color (decimal): -9959085 or 5441896. OLE color: 5441896.
HSL color Cylindrical-coordinate representation of color #680953: hue angle of 313.26º 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 #680953 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 83 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.59 |
| HSL | 313.26º | 0.84% | 0.22% | - |
| HSV(B) | 313.26º | 0.91% | 0.41% | - |
| XYZ | 7.37 | 3.76 | 8.52 | - |
| YUV | 45.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 83 | 0 | 0.91 | 0.20 | 0.59 | 313.26 | 0.84 | 0.22 |
| Hex | 68 | 9 | 53 | 0 | 5B | 14 | 3B | 139 | 54 | 16 |
| Octal | 150 | 11 | 123 | 0 | 133 | 24 | 73 | 471 | 124 | 26 |
| Binary | 1101000 | 1001 | 1010011 | 0 | 1011011 | 10100 | 111011 | 100111001 | 1010100 | 10110 |
Color Harmonies of #680953
Complementary color
Monochromatic Colors of #680953
Black with #680953
Text Example
Text Example
White with #680953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680953; }
p { color: rgb(104,9,83); }
H1.HeaderClassName
{
color: #680953;
}
.AnyTagClassName
{
color: #680953;
}
</style>
background-color css
<style>
a { background-color: #680953; }
a { background-color: rgb(104,9,83); }
div.DivClassName
{
background-color: #680953;
}
.BgClassName
{
background-color: #680953;
}
</style>
border-color css
<style>
span { border-color: #680953; }
span { border-color: rgb(104,9,83); }
td.TdClassName
{
border-color: #680953;
}
.TagClassName
{
border-color: #680953;
}
</style>