Shades of Tyrian Purple #68032D
Tints of Tyrian Purple #68032D
RGB
CMYK
RGB Variations
Color information
#68032D (or 0x68032D) is known color: Tyrian Purple. HEX triplet: 68, 03 and 2D. RGB value is (104,3,45). Sum of RGB (Red+Green+Blue) = 104+3+45=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #68032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68032D is #97FCD2. Grayscale: #252525. Windows color (decimal): -9960659 or 2949992. OLE color: 2949992.
HSL color Cylindrical-coordinate representation of color #68032D: hue angle of 335.05º 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 #68032D is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 45 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.59 |
| HSL | 335.05º | 0.94% | 0.21% | - |
| HSV(B) | 335.05º | 0.97% | 0.41% | - |
| XYZ | 6.22 | 3.2 | 2.77 | - |
| YUV | 37.99 | 131.96 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 45 | 0 | 0.97 | 0.57 | 0.59 | 335.05 | 0.94 | 0.21 |
| Hex | 68 | 3 | 2D | 0 | 61 | 39 | 3B | 14F | 5E | 15 |
| Octal | 150 | 3 | 55 | 0 | 141 | 71 | 73 | 517 | 136 | 25 |
| Binary | 1101000 | 11 | 101101 | 0 | 1100001 | 111001 | 111011 | 101001111 | 1011110 | 10101 |
Color Harmonies of #68032D
Complementary color
Monochromatic Colors of #68032D
Black with #68032D
Text Example
Text Example
White with #68032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68032D; }
p { color: rgb(104,3,45); }
H1.HeaderClassName
{
color: #68032D;
}
.AnyTagClassName
{
color: #68032D;
}
</style>
background-color css
<style>
a { background-color: #68032D; }
a { background-color: rgb(104,3,45); }
div.DivClassName
{
background-color: #68032D;
}
.BgClassName
{
background-color: #68032D;
}
</style>
border-color css
<style>
span { border-color: #68032D; }
span { border-color: rgb(104,3,45); }
td.TdClassName
{
border-color: #68032D;
}
.TagClassName
{
border-color: #68032D;
}
</style>