Shades of Tyrian Purple #67082E
Tints of Tyrian Purple #67082E
RGB
CMYK
RGB Variations
Color information
#67082E (or 0x67082E) is known color: Tyrian Purple. HEX triplet: 67, 08 and 2E. RGB value is (103,8,46). Sum of RGB (Red+Green+Blue) = 103+8+46=157 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.61% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 103 - color contains mainly: red. Hex color #67082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67082E is #98F7D1. Grayscale: #282828. Windows color (decimal): -10024914 or 3016807. OLE color: 3016807.
HSL color Cylindrical-coordinate representation of color #67082E: hue angle of 336º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67082E is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 8 | 46 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.60 |
| HSL | 336º | 0.86% | 0.22% | - |
| HSV(B) | 336º | 0.92% | 0.4% | - |
| XYZ | 6.17 | 3.25 | 2.89 | - |
| YUV | 40.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 8 | 46 | 0 | 0.92 | 0.55 | 0.60 | 336 | 0.86 | 0.22 |
| Hex | 67 | 8 | 2E | 0 | 5C | 37 | 3C | 150 | 56 | 16 |
| Octal | 147 | 10 | 56 | 0 | 134 | 67 | 74 | 520 | 126 | 26 |
| Binary | 1100111 | 1000 | 101110 | 0 | 1011100 | 110111 | 111100 | 101010000 | 1010110 | 10110 |
Color Harmonies of #67082E
Complementary color
Monochromatic Colors of #67082E
Black with #67082E
Text Example
Text Example
White with #67082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67082E; }
p { color: rgb(103,8,46); }
H1.HeaderClassName
{
color: #67082E;
}
.AnyTagClassName
{
color: #67082E;
}
</style>
background-color css
<style>
a { background-color: #67082E; }
a { background-color: rgb(103,8,46); }
div.DivClassName
{
background-color: #67082E;
}
.BgClassName
{
background-color: #67082E;
}
</style>
border-color css
<style>
span { border-color: #67082E; }
span { border-color: rgb(103,8,46); }
td.TdClassName
{
border-color: #67082E;
}
.TagClassName
{
border-color: #67082E;
}
</style>