Shades of Tyrian Purple #68054C
Tints of Tyrian Purple #68054C
RGB
CMYK
RGB Variations
Color information
#68054C (or 0x68054C) is known color: Tyrian Purple. HEX triplet: 68, 05 and 4C. RGB value is (104,5,76). Sum of RGB (Red+Green+Blue) = 104+5+76=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68054C is #97FAB3. Grayscale: #2A2A2A. Windows color (decimal): -9960116 or 4982120. OLE color: 4982120.
HSL color Cylindrical-coordinate representation of color #68054C: hue angle of 316.97º 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 #68054C is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 5 | 76 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.59 |
| HSL | 316.97º | 0.91% | 0.21% | - |
| HSV(B) | 316.97º | 0.95% | 0.41% | - |
| XYZ | 7.07 | 3.57 | 7.15 | - |
| YUV | 42.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 76 | 0 | 0.95 | 0.27 | 0.59 | 316.97 | 0.91 | 0.21 |
| Hex | 68 | 5 | 4C | 0 | 5F | 1B | 3B | 13D | 5B | 15 |
| Octal | 150 | 5 | 114 | 0 | 137 | 33 | 73 | 475 | 133 | 25 |
| Binary | 1101000 | 101 | 1001100 | 0 | 1011111 | 11011 | 111011 | 100111101 | 1011011 | 10101 |
Color Harmonies of #68054C
Complementary color
Monochromatic Colors of #68054C
Black with #68054C
Text Example
Text Example
White with #68054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68054C; }
p { color: rgb(104,5,76); }
H1.HeaderClassName
{
color: #68054C;
}
.AnyTagClassName
{
color: #68054C;
}
</style>
background-color css
<style>
a { background-color: #68054C; }
a { background-color: rgb(104,5,76); }
div.DivClassName
{
background-color: #68054C;
}
.BgClassName
{
background-color: #68054C;
}
</style>
border-color css
<style>
span { border-color: #68054C; }
span { border-color: rgb(104,5,76); }
td.TdClassName
{
border-color: #68054C;
}
.TagClassName
{
border-color: #68054C;
}
</style>