Shades of Tyrian Purple #68003B
Tints of Tyrian Purple #68003B
RGB
CMYK
RGB Variations
Color information
#68003B (or 0x68003B) is known color: Tyrian Purple. HEX triplet: 68, 00 and 3B. RGB value is (104,0,59). Sum of RGB (Red+Green+Blue) = 104+0+59=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #68003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68003B is #97FFC4. Grayscale: #252525. Windows color (decimal): -9961413 or 3866728. OLE color: 3866728.
HSL color Cylindrical-coordinate representation of color #68003B: hue angle of 325.96º 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 #68003B is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.43 | 0.59 |
| HSL | 325.96º | 1% | 0.2% | - |
| HSV(B) | 325.96º | 1% | 0.41% | - |
| XYZ | 6.5 | 3.26 | 4.42 | - |
| YUV | 37.82 | 139.96 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 59 | 0 | 1 | 0.43 | 0.59 | 325.96 | 1 | 0.2 |
| Hex | 68 | 0 | 3B | 0 | 64 | 2B | 3B | 146 | 64 | 14 |
| Octal | 150 | 0 | 73 | 0 | 144 | 53 | 73 | 506 | 144 | 24 |
| Binary | 1101000 | 0 | 111011 | 0 | 1100100 | 101011 | 111011 | 101000110 | 1100100 | 10100 |
Color Harmonies of #68003B
Complementary color
Monochromatic Colors of #68003B
Black with #68003B
Text Example
Text Example
White with #68003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68003B; }
p { color: rgb(104,0,59); }
H1.HeaderClassName
{
color: #68003B;
}
.AnyTagClassName
{
color: #68003B;
}
</style>
background-color css
<style>
a { background-color: #68003B; }
a { background-color: rgb(104,0,59); }
div.DivClassName
{
background-color: #68003B;
}
.BgClassName
{
background-color: #68003B;
}
</style>
border-color css
<style>
span { border-color: #68003B; }
span { border-color: rgb(104,0,59); }
td.TdClassName
{
border-color: #68003B;
}
.TagClassName
{
border-color: #68003B;
}
</style>