Shades of Tyrian Purple #670D41
Tints of Tyrian Purple #670D41
RGB
CMYK
RGB Variations
Color information
#670D41 (or 0x670D41) is known color: Tyrian Purple. HEX triplet: 67, 0D and 41. RGB value is (103,13,65). Sum of RGB (Red+Green+Blue) = 103+13+65=181 (23% of max value = 765). Red value is 103 (40.62% from 255 or 56.91% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 103 - color contains mainly: red. Hex color #670D41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670D41 is #98F2BE. Grayscale: #2D2D2D. Windows color (decimal): -10023615 or 4263271. OLE color: 4263271.
HSL color Cylindrical-coordinate representation of color #670D41: hue angle of 325.33º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #670D41 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 13 | 65 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.60 |
| HSL | 325.33º | 0.78% | 0.23% | - |
| HSV(B) | 325.33º | 0.87% | 0.4% | - |
| XYZ | 6.69 | 3.55 | 5.33 | - |
| YUV | 45.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 13 | 65 | 0 | 0.87 | 0.37 | 0.60 | 325.33 | 0.78 | 0.23 |
| Hex | 67 | D | 41 | 0 | 57 | 25 | 3C | 145 | 4E | 17 |
| Octal | 147 | 15 | 101 | 0 | 127 | 45 | 74 | 505 | 116 | 27 |
| Binary | 1100111 | 1101 | 1000001 | 0 | 1010111 | 100101 | 111100 | 101000101 | 1001110 | 10111 |
Color Harmonies of #670D41
Complementary color
Monochromatic Colors of #670D41
Black with #670D41
Text Example
Text Example
White with #670D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670D41; }
p { color: rgb(103,13,65); }
H1.HeaderClassName
{
color: #670D41;
}
.AnyTagClassName
{
color: #670D41;
}
</style>
background-color css
<style>
a { background-color: #670D41; }
a { background-color: rgb(103,13,65); }
div.DivClassName
{
background-color: #670D41;
}
.BgClassName
{
background-color: #670D41;
}
</style>
border-color css
<style>
span { border-color: #670D41; }
span { border-color: rgb(103,13,65); }
td.TdClassName
{
border-color: #670D41;
}
.TagClassName
{
border-color: #670D41;
}
</style>