Shades of Tyrian Purple #68054F
Tints of Tyrian Purple #68054F
RGB
CMYK
RGB Variations
Color information
#68054F (or 0x68054F) is known color: Tyrian Purple. HEX triplet: 68, 05 and 4F. RGB value is (104,5,79). Sum of RGB (Red+Green+Blue) = 104+5+79=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68054F is #97FAB0. Grayscale: #2A2A2A. Windows color (decimal): -9960113 or 5178728. OLE color: 5178728.
HSL color Cylindrical-coordinate representation of color #68054F: hue angle of 315.15º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68054F is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 5 | 79 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.59 |
| HSL | 315.15º | 0.91% | 0.21% | - |
| HSV(B) | 315.15º | 0.95% | 0.41% | - |
| XYZ | 7.17 | 3.62 | 7.72 | - |
| YUV | 43.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 79 | 0 | 0.95 | 0.24 | 0.59 | 315.15 | 0.91 | 0.21 |
| Hex | 68 | 5 | 4F | 0 | 5F | 18 | 3B | 13B | 5B | 15 |
| Octal | 150 | 5 | 117 | 0 | 137 | 30 | 73 | 473 | 133 | 25 |
| Binary | 1101000 | 101 | 1001111 | 0 | 1011111 | 11000 | 111011 | 100111011 | 1011011 | 10101 |
Color Harmonies of #68054F
Complementary color
Monochromatic Colors of #68054F
Black with #68054F
Text Example
Text Example
White with #68054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68054F; }
p { color: rgb(104,5,79); }
H1.HeaderClassName
{
color: #68054F;
}
.AnyTagClassName
{
color: #68054F;
}
</style>
background-color css
<style>
a { background-color: #68054F; }
a { background-color: rgb(104,5,79); }
div.DivClassName
{
background-color: #68054F;
}
.BgClassName
{
background-color: #68054F;
}
</style>
border-color css
<style>
span { border-color: #68054F; }
span { border-color: rgb(104,5,79); }
td.TdClassName
{
border-color: #68054F;
}
.TagClassName
{
border-color: #68054F;
}
</style>