Shades of Tyrian Purple #68054A
Tints of Tyrian Purple #68054A
RGB
CMYK
RGB Variations
Color information
#68054A (or 0x68054A) is known color: Tyrian Purple. HEX triplet: 68, 05 and 4A. RGB value is (104,5,74). Sum of RGB (Red+Green+Blue) = 104+5+74=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68054A is #97FAB5. Grayscale: #2A2A2A. Windows color (decimal): -9960118 or 4851048. OLE color: 4851048.
HSL color Cylindrical-coordinate representation of color #68054A: hue angle of 318.18º 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 #68054A is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 5 | 74 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.59 |
| HSL | 318.18º | 0.91% | 0.21% | - |
| HSV(B) | 318.18º | 0.95% | 0.41% | - |
| XYZ | 7 | 3.55 | 6.79 | - |
| YUV | 42.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 74 | 0 | 0.95 | 0.29 | 0.59 | 318.18 | 0.91 | 0.21 |
| Hex | 68 | 5 | 4A | 0 | 5F | 1D | 3B | 13E | 5B | 15 |
| Octal | 150 | 5 | 112 | 0 | 137 | 35 | 73 | 476 | 133 | 25 |
| Binary | 1101000 | 101 | 1001010 | 0 | 1011111 | 11101 | 111011 | 100111110 | 1011011 | 10101 |
Color Harmonies of #68054A
Complementary color
Monochromatic Colors of #68054A
Black with #68054A
Text Example
Text Example
White with #68054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68054A; }
p { color: rgb(104,5,74); }
H1.HeaderClassName
{
color: #68054A;
}
.AnyTagClassName
{
color: #68054A;
}
</style>
background-color css
<style>
a { background-color: #68054A; }
a { background-color: rgb(104,5,74); }
div.DivClassName
{
background-color: #68054A;
}
.BgClassName
{
background-color: #68054A;
}
</style>
border-color css
<style>
span { border-color: #68054A; }
span { border-color: rgb(104,5,74); }
td.TdClassName
{
border-color: #68054A;
}
.TagClassName
{
border-color: #68054A;
}
</style>