Shades of Tyrian Purple #670B2D
Tints of Tyrian Purple #670B2D
RGB
CMYK
RGB Variations
Color information
#670B2D (or 0x670B2D) is known color: Tyrian Purple. HEX triplet: 67, 0B and 2D. RGB value is (103,11,45). Sum of RGB (Red+Green+Blue) = 103+11+45=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #670B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670B2D is #98F4D2. Grayscale: #2A2A2A. Windows color (decimal): -10024147 or 2952039. OLE color: 2952039.
HSL color Cylindrical-coordinate representation of color #670B2D: hue angle of 337.83º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #670B2D is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 11 | 45 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.60 |
| HSL | 337.83º | 0.81% | 0.22% | - |
| HSV(B) | 337.83º | 0.89% | 0.4% | - |
| XYZ | 6.19 | 3.31 | 2.8 | - |
| YUV | 42.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 11 | 45 | 0 | 0.89 | 0.56 | 0.60 | 337.83 | 0.81 | 0.22 |
| Hex | 67 | B | 2D | 0 | 59 | 38 | 3C | 152 | 51 | 16 |
| Octal | 147 | 13 | 55 | 0 | 131 | 70 | 74 | 522 | 121 | 26 |
| Binary | 1100111 | 1011 | 101101 | 0 | 1011001 | 111000 | 111100 | 101010010 | 1010001 | 10110 |
Color Harmonies of #670B2D
Complementary color
Monochromatic Colors of #670B2D
Black with #670B2D
Text Example
Text Example
White with #670B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670B2D; }
p { color: rgb(103,11,45); }
H1.HeaderClassName
{
color: #670B2D;
}
.AnyTagClassName
{
color: #670B2D;
}
</style>
background-color css
<style>
a { background-color: #670B2D; }
a { background-color: rgb(103,11,45); }
div.DivClassName
{
background-color: #670B2D;
}
.BgClassName
{
background-color: #670B2D;
}
</style>
border-color css
<style>
span { border-color: #670B2D; }
span { border-color: rgb(103,11,45); }
td.TdClassName
{
border-color: #670B2D;
}
.TagClassName
{
border-color: #670B2D;
}
</style>