Shades of Tyrian Purple #68103D
Tints of Tyrian Purple #68103D
RGB
CMYK
RGB Variations
Color information
#68103D (or 0x68103D) is known color: Tyrian Purple. HEX triplet: 68, 10 and 3D. RGB value is (104,16,61). Sum of RGB (Red+Green+Blue) = 104+16+61=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #68103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68103D is #97EFC2. Grayscale: #2F2F2F. Windows color (decimal): -9957315 or 4001896. OLE color: 4001896.
HSL color Cylindrical-coordinate representation of color #68103D: hue angle of 329.32º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68103D is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 16 | 61 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.59 |
| HSL | 329.32º | 0.73% | 0.24% | - |
| HSV(B) | 329.32º | 0.85% | 0.41% | - |
| XYZ | 6.74 | 3.65 | 4.76 | - |
| YUV | 47.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 61 | 0 | 0.85 | 0.41 | 0.59 | 329.32 | 0.73 | 0.24 |
| Hex | 68 | 10 | 3D | 0 | 55 | 29 | 3B | 149 | 49 | 18 |
| Octal | 150 | 20 | 75 | 0 | 125 | 51 | 73 | 511 | 111 | 30 |
| Binary | 1101000 | 10000 | 111101 | 0 | 1010101 | 101001 | 111011 | 101001001 | 1001001 | 11000 |
Color Harmonies of #68103D
Complementary color
Monochromatic Colors of #68103D
Black with #68103D
Text Example
Text Example
White with #68103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68103D; }
p { color: rgb(104,16,61); }
H1.HeaderClassName
{
color: #68103D;
}
.AnyTagClassName
{
color: #68103D;
}
</style>
background-color css
<style>
a { background-color: #68103D; }
a { background-color: rgb(104,16,61); }
div.DivClassName
{
background-color: #68103D;
}
.BgClassName
{
background-color: #68103D;
}
</style>
border-color css
<style>
span { border-color: #68103D; }
span { border-color: rgb(104,16,61); }
td.TdClassName
{
border-color: #68103D;
}
.TagClassName
{
border-color: #68103D;
}
</style>