Shades of Tyrian Purple #670C2D
Tints of Tyrian Purple #670C2D
RGB
CMYK
RGB Variations
Color information
#670C2D (or 0x670C2D) is known color: Tyrian Purple. HEX triplet: 67, 0C and 2D. RGB value is (103,12,45). Sum of RGB (Red+Green+Blue) = 103+12+45=160 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.38% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 103 - color contains mainly: red. Hex color #670C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C2D is #98F3D2. Grayscale: #2A2A2A. Windows color (decimal): -10023891 or 2952295. OLE color: 2952295.
HSL color Cylindrical-coordinate representation of color #670C2D: hue angle of 338.24º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670C2D is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 12 | 45 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.60 |
| HSL | 338.24º | 0.79% | 0.23% | - |
| HSV(B) | 338.24º | 0.88% | 0.4% | - |
| XYZ | 6.2 | 3.34 | 2.8 | - |
| YUV | 42.97 | 129.15 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 45 | 0 | 0.88 | 0.56 | 0.60 | 338.24 | 0.79 | 0.23 |
| Hex | 67 | C | 2D | 0 | 58 | 38 | 3C | 152 | 4F | 17 |
| Octal | 147 | 14 | 55 | 0 | 130 | 70 | 74 | 522 | 117 | 27 |
| Binary | 1100111 | 1100 | 101101 | 0 | 1011000 | 111000 | 111100 | 101010010 | 1001111 | 10111 |
Color Harmonies of #670C2D
Complementary color
Monochromatic Colors of #670C2D
Black with #670C2D
Text Example
Text Example
White with #670C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C2D; }
p { color: rgb(103,12,45); }
H1.HeaderClassName
{
color: #670C2D;
}
.AnyTagClassName
{
color: #670C2D;
}
</style>
background-color css
<style>
a { background-color: #670C2D; }
a { background-color: rgb(103,12,45); }
div.DivClassName
{
background-color: #670C2D;
}
.BgClassName
{
background-color: #670C2D;
}
</style>
border-color css
<style>
span { border-color: #670C2D; }
span { border-color: rgb(103,12,45); }
td.TdClassName
{
border-color: #670C2D;
}
.TagClassName
{
border-color: #670C2D;
}
</style>