Shades of Tyrian Purple #670D43
Tints of Tyrian Purple #670D43
RGB
CMYK
RGB Variations
Color information
#670D43 (or 0x670D43) is known color: Tyrian Purple. HEX triplet: 67, 0D and 43. RGB value is (103,13,67). Sum of RGB (Red+Green+Blue) = 103+13+67=183 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.28% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 103 - color contains mainly: red. Hex color #670D43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670D43 is #98F2BC. Grayscale: #2D2D2D. Windows color (decimal): -10023613 or 4394343. OLE color: 4394343.
HSL color Cylindrical-coordinate representation of color #670D43: hue angle of 324º 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 #670D43 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 13 | 67 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.60 |
| HSL | 324º | 0.78% | 0.23% | - |
| HSV(B) | 324º | 0.87% | 0.4% | - |
| XYZ | 6.75 | 3.58 | 5.64 | - |
| YUV | 46.07 | 139.82 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 13 | 67 | 0 | 0.87 | 0.35 | 0.60 | 324 | 0.78 | 0.23 |
| Hex | 67 | D | 43 | 0 | 57 | 23 | 3C | 144 | 4E | 17 |
| Octal | 147 | 15 | 103 | 0 | 127 | 43 | 74 | 504 | 116 | 27 |
| Binary | 1100111 | 1101 | 1000011 | 0 | 1010111 | 100011 | 111100 | 101000100 | 1001110 | 10111 |
Color Harmonies of #670D43
Complementary color
Monochromatic Colors of #670D43
Black with #670D43
Text Example
Text Example
White with #670D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670D43; }
p { color: rgb(103,13,67); }
H1.HeaderClassName
{
color: #670D43;
}
.AnyTagClassName
{
color: #670D43;
}
</style>
background-color css
<style>
a { background-color: #670D43; }
a { background-color: rgb(103,13,67); }
div.DivClassName
{
background-color: #670D43;
}
.BgClassName
{
background-color: #670D43;
}
</style>
border-color css
<style>
span { border-color: #670D43; }
span { border-color: rgb(103,13,67); }
td.TdClassName
{
border-color: #670D43;
}
.TagClassName
{
border-color: #670D43;
}
</style>