Shades of Tyrian Purple #68023F
Tints of Tyrian Purple #68023F
RGB
CMYK
RGB Variations
Color information
#68023F (or 0x68023F) is known color: Tyrian Purple. HEX triplet: 68, 02 and 3F. RGB value is (104,2,63). Sum of RGB (Red+Green+Blue) = 104+2+63=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #68023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68023F is #97FDC0. Grayscale: #272727. Windows color (decimal): -9960897 or 4129384. OLE color: 4129384.
HSL color Cylindrical-coordinate representation of color #68023F: hue angle of 324.12º 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 #68023F is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 63 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.59 |
| HSL | 324.12º | 0.96% | 0.21% | - |
| HSV(B) | 324.12º | 0.98% | 0.41% | - |
| XYZ | 6.63 | 3.35 | 5 | - |
| YUV | 39.45 | 141.29 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 63 | 0 | 0.98 | 0.39 | 0.59 | 324.12 | 0.96 | 0.21 |
| Hex | 68 | 2 | 3F | 0 | 62 | 27 | 3B | 144 | 60 | 15 |
| Octal | 150 | 2 | 77 | 0 | 142 | 47 | 73 | 504 | 140 | 25 |
| Binary | 1101000 | 10 | 111111 | 0 | 1100010 | 100111 | 111011 | 101000100 | 1100000 | 10101 |
Color Harmonies of #68023F
Complementary color
Monochromatic Colors of #68023F
Black with #68023F
Text Example
Text Example
White with #68023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68023F; }
p { color: rgb(104,2,63); }
H1.HeaderClassName
{
color: #68023F;
}
.AnyTagClassName
{
color: #68023F;
}
</style>
background-color css
<style>
a { background-color: #68023F; }
a { background-color: rgb(104,2,63); }
div.DivClassName
{
background-color: #68023F;
}
.BgClassName
{
background-color: #68023F;
}
</style>
border-color css
<style>
span { border-color: #68023F; }
span { border-color: rgb(104,2,63); }
td.TdClassName
{
border-color: #68023F;
}
.TagClassName
{
border-color: #68023F;
}
</style>