Shades of Tyrian Purple #68004B
Tints of Tyrian Purple #68004B
RGB
CMYK
RGB Variations
Color information
#68004B (or 0x68004B) is known color: Tyrian Purple. HEX triplet: 68, 00 and 4B. RGB value is (104,0,75). Sum of RGB (Red+Green+Blue) = 104+0+75=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #68004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68004B is #97FFB4. Grayscale: #272727. Windows color (decimal): -9961397 or 4915304. OLE color: 4915304.
HSL color Cylindrical-coordinate representation of color #68004B: hue angle of 316.73º 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 #68004B is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.28 | 0.59 |
| HSL | 316.73º | 1% | 0.2% | - |
| HSV(B) | 316.73º | 1% | 0.41% | - |
| XYZ | 6.98 | 3.45 | 6.95 | - |
| YUV | 39.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 75 | 0 | 1 | 0.28 | 0.59 | 316.73 | 1 | 0.2 |
| Hex | 68 | 0 | 4B | 0 | 64 | 1C | 3B | 13D | 64 | 14 |
| Octal | 150 | 0 | 113 | 0 | 144 | 34 | 73 | 475 | 144 | 24 |
| Binary | 1101000 | 0 | 1001011 | 0 | 1100100 | 11100 | 111011 | 100111101 | 1100100 | 10100 |
Color Harmonies of #68004B
Complementary color
Monochromatic Colors of #68004B
Black with #68004B
Text Example
Text Example
White with #68004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68004B; }
p { color: rgb(104,0,75); }
H1.HeaderClassName
{
color: #68004B;
}
.AnyTagClassName
{
color: #68004B;
}
</style>
background-color css
<style>
a { background-color: #68004B; }
a { background-color: rgb(104,0,75); }
div.DivClassName
{
background-color: #68004B;
}
.BgClassName
{
background-color: #68004B;
}
</style>
border-color css
<style>
span { border-color: #68004B; }
span { border-color: rgb(104,0,75); }
td.TdClassName
{
border-color: #68004B;
}
.TagClassName
{
border-color: #68004B;
}
</style>