Shades of Tyrian Purple #68033C
Tints of Tyrian Purple #68033C
RGB
CMYK
RGB Variations
Color information
#68033C (or 0x68033C) is known color: Tyrian Purple. HEX triplet: 68, 03 and 3C. RGB value is (104,3,60). Sum of RGB (Red+Green+Blue) = 104+3+60=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #68033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68033C is #97FCC3. Grayscale: #272727. Windows color (decimal): -9960644 or 3933032. OLE color: 3933032.
HSL color Cylindrical-coordinate representation of color #68033C: hue angle of 326.14º 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 #68033C is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 60 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.59 |
| HSL | 326.14º | 0.94% | 0.21% | - |
| HSV(B) | 326.14º | 0.97% | 0.41% | - |
| XYZ | 6.56 | 3.33 | 4.57 | - |
| YUV | 39.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 60 | 0 | 0.97 | 0.42 | 0.59 | 326.14 | 0.94 | 0.21 |
| Hex | 68 | 3 | 3C | 0 | 61 | 2A | 3B | 146 | 5E | 15 |
| Octal | 150 | 3 | 74 | 0 | 141 | 52 | 73 | 506 | 136 | 25 |
| Binary | 1101000 | 11 | 111100 | 0 | 1100001 | 101010 | 111011 | 101000110 | 1011110 | 10101 |
Color Harmonies of #68033C
Complementary color
Monochromatic Colors of #68033C
Black with #68033C
Text Example
Text Example
White with #68033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68033C; }
p { color: rgb(104,3,60); }
H1.HeaderClassName
{
color: #68033C;
}
.AnyTagClassName
{
color: #68033C;
}
</style>
background-color css
<style>
a { background-color: #68033C; }
a { background-color: rgb(104,3,60); }
div.DivClassName
{
background-color: #68033C;
}
.BgClassName
{
background-color: #68033C;
}
</style>
border-color css
<style>
span { border-color: #68033C; }
span { border-color: rgb(104,3,60); }
td.TdClassName
{
border-color: #68033C;
}
.TagClassName
{
border-color: #68033C;
}
</style>