Shades of Tyrian Purple #670C3E
Tints of Tyrian Purple #670C3E
RGB
CMYK
RGB Variations
Color information
#670C3E (or 0x670C3E) is known color: Tyrian Purple. HEX triplet: 67, 0C and 3E. RGB value is (103,12,62). Sum of RGB (Red+Green+Blue) = 103+12+62=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #670C3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C3E is #98F3C1. Grayscale: #2C2C2C. Windows color (decimal): -10023874 or 4066407. OLE color: 4066407.
HSL color Cylindrical-coordinate representation of color #670C3E: hue angle of 327.03º 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 #670C3E is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 12 | 62 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.60 |
| HSL | 327.03º | 0.79% | 0.23% | - |
| HSV(B) | 327.03º | 0.88% | 0.4% | - |
| XYZ | 6.59 | 3.49 | 4.88 | - |
| YUV | 44.91 | 137.65 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 62 | 0 | 0.88 | 0.40 | 0.60 | 327.03 | 0.79 | 0.23 |
| Hex | 67 | C | 3E | 0 | 58 | 28 | 3C | 147 | 4F | 17 |
| Octal | 147 | 14 | 76 | 0 | 130 | 50 | 74 | 507 | 117 | 27 |
| Binary | 1100111 | 1100 | 111110 | 0 | 1011000 | 101000 | 111100 | 101000111 | 1001111 | 10111 |
Color Harmonies of #670C3E
Complementary color
Monochromatic Colors of #670C3E
Black with #670C3E
Text Example
Text Example
White with #670C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C3E; }
p { color: rgb(103,12,62); }
H1.HeaderClassName
{
color: #670C3E;
}
.AnyTagClassName
{
color: #670C3E;
}
</style>
background-color css
<style>
a { background-color: #670C3E; }
a { background-color: rgb(103,12,62); }
div.DivClassName
{
background-color: #670C3E;
}
.BgClassName
{
background-color: #670C3E;
}
</style>
border-color css
<style>
span { border-color: #670C3E; }
span { border-color: rgb(103,12,62); }
td.TdClassName
{
border-color: #670C3E;
}
.TagClassName
{
border-color: #670C3E;
}
</style>