Shades of Tyrian Purple #68023D
Tints of Tyrian Purple #68023D
RGB
CMYK
RGB Variations
Color information
#68023D (or 0x68023D) is known color: Tyrian Purple. HEX triplet: 68, 02 and 3D. RGB value is (104,2,61). Sum of RGB (Red+Green+Blue) = 104+2+61=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #68023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68023D is #97FDC2. Grayscale: #272727. Windows color (decimal): -9960899 or 3998312. OLE color: 3998312.
HSL color Cylindrical-coordinate representation of color #68023D: hue angle of 325.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68023D is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 61 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.59 |
| HSL | 325.29º | 0.96% | 0.21% | - |
| HSV(B) | 325.29º | 0.98% | 0.41% | - |
| XYZ | 6.57 | 3.32 | 4.71 | - |
| YUV | 39.22 | 140.29 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 61 | 0 | 0.98 | 0.41 | 0.59 | 325.29 | 0.96 | 0.21 |
| Hex | 68 | 2 | 3D | 0 | 62 | 29 | 3B | 145 | 60 | 15 |
| Octal | 150 | 2 | 75 | 0 | 142 | 51 | 73 | 505 | 140 | 25 |
| Binary | 1101000 | 10 | 111101 | 0 | 1100010 | 101001 | 111011 | 101000101 | 1100000 | 10101 |
Color Harmonies of #68023D
Complementary color
Monochromatic Colors of #68023D
Black with #68023D
Text Example
Text Example
White with #68023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68023D; }
p { color: rgb(104,2,61); }
H1.HeaderClassName
{
color: #68023D;
}
.AnyTagClassName
{
color: #68023D;
}
</style>
background-color css
<style>
a { background-color: #68023D; }
a { background-color: rgb(104,2,61); }
div.DivClassName
{
background-color: #68023D;
}
.BgClassName
{
background-color: #68023D;
}
</style>
border-color css
<style>
span { border-color: #68023D; }
span { border-color: rgb(104,2,61); }
td.TdClassName
{
border-color: #68023D;
}
.TagClassName
{
border-color: #68023D;
}
</style>