Shades of Tyrian Purple #67022E
Tints of Tyrian Purple #67022E
RGB
CMYK
RGB Variations
Color information
#67022E (or 0x67022E) is known color: Tyrian Purple. HEX triplet: 67, 02 and 2E. RGB value is (103,2,46). Sum of RGB (Red+Green+Blue) = 103+2+46=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #67022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67022E is #98FDD1. Grayscale: #252525. Windows color (decimal): -10026450 or 3015271. OLE color: 3015271.
HSL color Cylindrical-coordinate representation of color #67022E: hue angle of 333.86º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67022E is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 2 | 46 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.60 |
| HSL | 333.86º | 0.96% | 0.21% | - |
| HSV(B) | 333.86º | 0.98% | 0.4% | - |
| XYZ | 6.11 | 3.12 | 2.87 | - |
| YUV | 37.22 | 132.96 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 46 | 0 | 0.98 | 0.55 | 0.60 | 333.86 | 0.96 | 0.21 |
| Hex | 67 | 2 | 2E | 0 | 62 | 37 | 3C | 14E | 60 | 15 |
| Octal | 147 | 2 | 56 | 0 | 142 | 67 | 74 | 516 | 140 | 25 |
| Binary | 1100111 | 10 | 101110 | 0 | 1100010 | 110111 | 111100 | 101001110 | 1100000 | 10101 |
Color Harmonies of #67022E
Complementary color
Monochromatic Colors of #67022E
Black with #67022E
Text Example
Text Example
White with #67022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67022E; }
p { color: rgb(103,2,46); }
H1.HeaderClassName
{
color: #67022E;
}
.AnyTagClassName
{
color: #67022E;
}
</style>
background-color css
<style>
a { background-color: #67022E; }
a { background-color: rgb(103,2,46); }
div.DivClassName
{
background-color: #67022E;
}
.BgClassName
{
background-color: #67022E;
}
</style>
border-color css
<style>
span { border-color: #67022E; }
span { border-color: rgb(103,2,46); }
td.TdClassName
{
border-color: #67022E;
}
.TagClassName
{
border-color: #67022E;
}
</style>