Shades of Tyrian Purple #68083F
Tints of Tyrian Purple #68083F
RGB
CMYK
RGB Variations
Color information
#68083F (or 0x68083F) is known color: Tyrian Purple. HEX triplet: 68, 08 and 3F. RGB value is (104,8,63). Sum of RGB (Red+Green+Blue) = 104+8+63=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #68083F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68083F is #97F7C0. Grayscale: #2A2A2A. Windows color (decimal): -9959361 or 4130920. OLE color: 4130920.
HSL color Cylindrical-coordinate representation of color #68083F: hue angle of 325.62º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68083F is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 63 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.59 |
| HSL | 325.63º | 0.86% | 0.22% | - |
| HSV(B) | 325.63º | 0.92% | 0.41% | - |
| XYZ | 6.69 | 3.48 | 5.02 | - |
| YUV | 42.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 63 | 0 | 0.92 | 0.39 | 0.59 | 325.63 | 0.86 | 0.22 |
| Hex | 68 | 8 | 3F | 0 | 5C | 27 | 3B | 146 | 56 | 16 |
| Octal | 150 | 10 | 77 | 0 | 134 | 47 | 73 | 506 | 126 | 26 |
| Binary | 1101000 | 1000 | 111111 | 0 | 1011100 | 100111 | 111011 | 101000110 | 1010110 | 10110 |
Color Harmonies of #68083F
Complementary color
Monochromatic Colors of #68083F
Black with #68083F
Text Example
Text Example
White with #68083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68083F; }
p { color: rgb(104,8,63); }
H1.HeaderClassName
{
color: #68083F;
}
.AnyTagClassName
{
color: #68083F;
}
</style>
background-color css
<style>
a { background-color: #68083F; }
a { background-color: rgb(104,8,63); }
div.DivClassName
{
background-color: #68083F;
}
.BgClassName
{
background-color: #68083F;
}
</style>
border-color css
<style>
span { border-color: #68083F; }
span { border-color: rgb(104,8,63); }
td.TdClassName
{
border-color: #68083F;
}
.TagClassName
{
border-color: #68083F;
}
</style>