Shades of Tyrian Purple #68005B
Tints of Tyrian Purple #68005B
RGB
CMYK
RGB Variations
Color information
#68005B (or 0x68005B) is known color: Tyrian Purple. HEX triplet: 68, 00 and 5B. RGB value is (104,0,91). Sum of RGB (Red+Green+Blue) = 104+0+91=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #68005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68005B is #97FFA4. Grayscale: #292929. Windows color (decimal): -9961381 or 5963880. OLE color: 5963880.
HSL color Cylindrical-coordinate representation of color #68005B: hue angle of 307.5º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68005B is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.12 | 0.59 |
| HSL | 307.5º | 1% | 0.2% | - |
| HSV(B) | 307.5º | 1% | 0.41% | - |
| XYZ | 7.6 | 3.7 | 10.21 | - |
| YUV | 41.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 91 | 0 | 1 | 0.12 | 0.59 | 307.5 | 1 | 0.2 |
| Hex | 68 | 0 | 5B | 0 | 64 | C | 3B | 134 | 64 | 14 |
| Octal | 150 | 0 | 133 | 0 | 144 | 14 | 73 | 464 | 144 | 24 |
| Binary | 1101000 | 0 | 1011011 | 0 | 1100100 | 1100 | 111011 | 100110100 | 1100100 | 10100 |
Color Harmonies of #68005B
Complementary color
Monochromatic Colors of #68005B
Black with #68005B
Text Example
Text Example
White with #68005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68005B; }
p { color: rgb(104,0,91); }
H1.HeaderClassName
{
color: #68005B;
}
.AnyTagClassName
{
color: #68005B;
}
</style>
background-color css
<style>
a { background-color: #68005B; }
a { background-color: rgb(104,0,91); }
div.DivClassName
{
background-color: #68005B;
}
.BgClassName
{
background-color: #68005B;
}
</style>
border-color css
<style>
span { border-color: #68005B; }
span { border-color: rgb(104,0,91); }
td.TdClassName
{
border-color: #68005B;
}
.TagClassName
{
border-color: #68005B;
}
</style>