Shades of Tyrian Purple #670B3C
Tints of Tyrian Purple #670B3C
RGB
CMYK
RGB Variations
Color information
#670B3C (or 0x670B3C) is known color: Tyrian Purple. HEX triplet: 67, 0B and 3C. RGB value is (103,11,60). Sum of RGB (Red+Green+Blue) = 103+11+60=174 (23% of max value = 765). Red value is 103 (40.62% from 255 or 59.20% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 103 - color contains mainly: red. Hex color #670B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670B3C is #98F4C3. Grayscale: #2B2B2B. Windows color (decimal): -10024132 or 3935079. OLE color: 3935079.
HSL color Cylindrical-coordinate representation of color #670B3C: hue angle of 328.04º 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 #670B3C is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 11 | 60 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.60 |
| HSL | 328.04º | 0.81% | 0.22% | - |
| HSV(B) | 328.04º | 0.89% | 0.4% | - |
| XYZ | 6.53 | 3.45 | 4.6 | - |
| YUV | 44.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 11 | 60 | 0 | 0.89 | 0.42 | 0.60 | 328.04 | 0.81 | 0.22 |
| Hex | 67 | B | 3C | 0 | 59 | 2A | 3C | 148 | 51 | 16 |
| Octal | 147 | 13 | 74 | 0 | 131 | 52 | 74 | 510 | 121 | 26 |
| Binary | 1100111 | 1011 | 111100 | 0 | 1011001 | 101010 | 111100 | 101001000 | 1010001 | 10110 |
Color Harmonies of #670B3C
Complementary color
Monochromatic Colors of #670B3C
Black with #670B3C
Text Example
Text Example
White with #670B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670B3C; }
p { color: rgb(103,11,60); }
H1.HeaderClassName
{
color: #670B3C;
}
.AnyTagClassName
{
color: #670B3C;
}
</style>
background-color css
<style>
a { background-color: #670B3C; }
a { background-color: rgb(103,11,60); }
div.DivClassName
{
background-color: #670B3C;
}
.BgClassName
{
background-color: #670B3C;
}
</style>
border-color css
<style>
span { border-color: #670B3C; }
span { border-color: rgb(103,11,60); }
td.TdClassName
{
border-color: #670B3C;
}
.TagClassName
{
border-color: #670B3C;
}
</style>