Shades of Tyrian Purple #68033B
Tints of Tyrian Purple #68033B
RGB
CMYK
RGB Variations
Color information
#68033B (or 0x68033B) is known color: Tyrian Purple. HEX triplet: 68, 03 and 3B. RGB value is (104,3,59). Sum of RGB (Red+Green+Blue) = 104+3+59=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #68033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68033B is #97FCC4. Grayscale: #272727. Windows color (decimal): -9960645 or 3867496. OLE color: 3867496.
HSL color Cylindrical-coordinate representation of color #68033B: hue angle of 326.73º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68033B is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 59 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.59 |
| HSL | 326.73º | 0.94% | 0.21% | - |
| HSV(B) | 326.73º | 0.97% | 0.41% | - |
| XYZ | 6.53 | 3.32 | 4.44 | - |
| YUV | 39.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 59 | 0 | 0.97 | 0.43 | 0.59 | 326.73 | 0.94 | 0.21 |
| Hex | 68 | 3 | 3B | 0 | 61 | 2B | 3B | 147 | 5E | 15 |
| Octal | 150 | 3 | 73 | 0 | 141 | 53 | 73 | 507 | 136 | 25 |
| Binary | 1101000 | 11 | 111011 | 0 | 1100001 | 101011 | 111011 | 101000111 | 1011110 | 10101 |
Color Harmonies of #68033B
Complementary color
Monochromatic Colors of #68033B
Black with #68033B
Text Example
Text Example
White with #68033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68033B; }
p { color: rgb(104,3,59); }
H1.HeaderClassName
{
color: #68033B;
}
.AnyTagClassName
{
color: #68033B;
}
</style>
background-color css
<style>
a { background-color: #68033B; }
a { background-color: rgb(104,3,59); }
div.DivClassName
{
background-color: #68033B;
}
.BgClassName
{
background-color: #68033B;
}
</style>
border-color css
<style>
span { border-color: #68033B; }
span { border-color: rgb(104,3,59); }
td.TdClassName
{
border-color: #68033B;
}
.TagClassName
{
border-color: #68033B;
}
</style>