Shades of Tyrian Purple #68004F
Tints of Tyrian Purple #68004F
RGB
CMYK
RGB Variations
Color information
#68004F (or 0x68004F) is known color: Tyrian Purple. HEX triplet: 68, 00 and 4F. RGB value is (104,0,79). Sum of RGB (Red+Green+Blue) = 104+0+79=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68004F is #97FFB0. Grayscale: #272727. Windows color (decimal): -9961393 or 5177448. OLE color: 5177448.
HSL color Cylindrical-coordinate representation of color #68004F: hue angle of 314.42º 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 #68004F is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.24 | 0.59 |
| HSL | 314.42º | 1% | 0.2% | - |
| HSV(B) | 314.42º | 1% | 0.41% | - |
| XYZ | 7.12 | 3.51 | 7.7 | - |
| YUV | 40.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 79 | 0 | 1 | 0.24 | 0.59 | 314.42 | 1 | 0.2 |
| Hex | 68 | 0 | 4F | 0 | 64 | 18 | 3B | 13A | 64 | 14 |
| Octal | 150 | 0 | 117 | 0 | 144 | 30 | 73 | 472 | 144 | 24 |
| Binary | 1101000 | 0 | 1001111 | 0 | 1100100 | 11000 | 111011 | 100111010 | 1100100 | 10100 |
Color Harmonies of #68004F
Complementary color
Monochromatic Colors of #68004F
Black with #68004F
Text Example
Text Example
White with #68004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68004F; }
p { color: rgb(104,0,79); }
H1.HeaderClassName
{
color: #68004F;
}
.AnyTagClassName
{
color: #68004F;
}
</style>
background-color css
<style>
a { background-color: #68004F; }
a { background-color: rgb(104,0,79); }
div.DivClassName
{
background-color: #68004F;
}
.BgClassName
{
background-color: #68004F;
}
</style>
border-color css
<style>
span { border-color: #68004F; }
span { border-color: rgb(104,0,79); }
td.TdClassName
{
border-color: #68004F;
}
.TagClassName
{
border-color: #68004F;
}
</style>