Shades of Tyrian Purple #670E3C
Tints of Tyrian Purple #670E3C
RGB
CMYK
RGB Variations
Color information
#670E3C (or 0x670E3C) is known color: Tyrian Purple. HEX triplet: 67, 0E and 3C. RGB value is (103,14,60). Sum of RGB (Red+Green+Blue) = 103+14+60=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #670E3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670E3C is #98F1C3. Grayscale: #2D2D2D. Windows color (decimal): -10023364 or 3935847. OLE color: 3935847.
HSL color Cylindrical-coordinate representation of color #670E3C: hue angle of 328.99º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #670E3C is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 14 | 60 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.60 |
| HSL | 328.99º | 0.76% | 0.23% | - |
| HSV(B) | 328.99º | 0.86% | 0.4% | - |
| XYZ | 6.57 | 3.52 | 4.61 | - |
| YUV | 45.86 | 135.99 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 14 | 60 | 0 | 0.86 | 0.42 | 0.60 | 328.99 | 0.76 | 0.23 |
| Hex | 67 | E | 3C | 0 | 56 | 2A | 3C | 149 | 4C | 17 |
| Octal | 147 | 16 | 74 | 0 | 126 | 52 | 74 | 511 | 114 | 27 |
| Binary | 1100111 | 1110 | 111100 | 0 | 1010110 | 101010 | 111100 | 101001001 | 1001100 | 10111 |
Color Harmonies of #670E3C
Complementary color
Monochromatic Colors of #670E3C
Black with #670E3C
Text Example
Text Example
White with #670E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670E3C; }
p { color: rgb(103,14,60); }
H1.HeaderClassName
{
color: #670E3C;
}
.AnyTagClassName
{
color: #670E3C;
}
</style>
background-color css
<style>
a { background-color: #670E3C; }
a { background-color: rgb(103,14,60); }
div.DivClassName
{
background-color: #670E3C;
}
.BgClassName
{
background-color: #670E3C;
}
</style>
border-color css
<style>
span { border-color: #670E3C; }
span { border-color: rgb(103,14,60); }
td.TdClassName
{
border-color: #670E3C;
}
.TagClassName
{
border-color: #670E3C;
}
</style>