Shades of Tyrian Purple #670D51
Tints of Tyrian Purple #670D51
RGB
CMYK
RGB Variations
Color information
#670D51 (or 0x670D51) is known color: Tyrian Purple. HEX triplet: 67, 0D and 51. RGB value is (103,13,81). Sum of RGB (Red+Green+Blue) = 103+13+81=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #670D51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670D51 is #98F2AE. Grayscale: #2F2F2F. Windows color (decimal): -10023599 or 5311847. OLE color: 5311847.
HSL color Cylindrical-coordinate representation of color #670D51: hue angle of 314.67º 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 #670D51 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 13 | 81 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.60 |
| HSL | 314.67º | 0.78% | 0.23% | - |
| HSV(B) | 314.67º | 0.87% | 0.4% | - |
| XYZ | 7.22 | 3.77 | 8.13 | - |
| YUV | 47.66 | 146.82 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 13 | 81 | 0 | 0.87 | 0.21 | 0.60 | 314.67 | 0.78 | 0.23 |
| Hex | 67 | D | 51 | 0 | 57 | 15 | 3C | 13B | 4E | 17 |
| Octal | 147 | 15 | 121 | 0 | 127 | 25 | 74 | 473 | 116 | 27 |
| Binary | 1100111 | 1101 | 1010001 | 0 | 1010111 | 10101 | 111100 | 100111011 | 1001110 | 10111 |
Color Harmonies of #670D51
Complementary color
Monochromatic Colors of #670D51
Black with #670D51
Text Example
Text Example
White with #670D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670D51; }
p { color: rgb(103,13,81); }
H1.HeaderClassName
{
color: #670D51;
}
.AnyTagClassName
{
color: #670D51;
}
</style>
background-color css
<style>
a { background-color: #670D51; }
a { background-color: rgb(103,13,81); }
div.DivClassName
{
background-color: #670D51;
}
.BgClassName
{
background-color: #670D51;
}
</style>
border-color css
<style>
span { border-color: #670D51; }
span { border-color: rgb(103,13,81); }
td.TdClassName
{
border-color: #670D51;
}
.TagClassName
{
border-color: #670D51;
}
</style>