Shades of Tyrian Purple #67073E
Tints of Tyrian Purple #67073E
RGB
CMYK
RGB Variations
Color information
#67073E (or 0x67073E) is known color: Tyrian Purple. HEX triplet: 67, 07 and 3E. RGB value is (103,7,62). Sum of RGB (Red+Green+Blue) = 103+7+62=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #67073E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67073E is #98F8C1. Grayscale: #292929. Windows color (decimal): -10025154 or 4065127. OLE color: 4065127.
HSL color Cylindrical-coordinate representation of color #67073E: hue angle of 325.62º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67073E is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 7 | 62 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.60 |
| HSL | 325.63º | 0.87% | 0.22% | - |
| HSV(B) | 325.63º | 0.93% | 0.4% | - |
| XYZ | 6.54 | 3.38 | 4.87 | - |
| YUV | 41.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 7 | 62 | 0 | 0.93 | 0.40 | 0.60 | 325.63 | 0.87 | 0.22 |
| Hex | 67 | 7 | 3E | 0 | 5D | 28 | 3C | 146 | 57 | 16 |
| Octal | 147 | 7 | 76 | 0 | 135 | 50 | 74 | 506 | 127 | 26 |
| Binary | 1100111 | 111 | 111110 | 0 | 1011101 | 101000 | 111100 | 101000110 | 1010111 | 10110 |
Color Harmonies of #67073E
Complementary color
Monochromatic Colors of #67073E
Black with #67073E
Text Example
Text Example
White with #67073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67073E; }
p { color: rgb(103,7,62); }
H1.HeaderClassName
{
color: #67073E;
}
.AnyTagClassName
{
color: #67073E;
}
</style>
background-color css
<style>
a { background-color: #67073E; }
a { background-color: rgb(103,7,62); }
div.DivClassName
{
background-color: #67073E;
}
.BgClassName
{
background-color: #67073E;
}
</style>
border-color css
<style>
span { border-color: #67073E; }
span { border-color: rgb(103,7,62); }
td.TdClassName
{
border-color: #67073E;
}
.TagClassName
{
border-color: #67073E;
}
</style>