Shades of Tyrian Purple #670E52
Tints of Tyrian Purple #670E52
RGB
CMYK
RGB Variations
Color information
#670E52 (or 0x670E52) is known color: Tyrian Purple. HEX triplet: 67, 0E and 52. RGB value is (103,14,82). Sum of RGB (Red+Green+Blue) = 103+14+82=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #670E52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670E52 is #98F1AD. Grayscale: #303030. Windows color (decimal): -10023342 or 5377639. OLE color: 5377639.
HSL color Cylindrical-coordinate representation of color #670E52: hue angle of 314.16º 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 #670E52 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 14 | 82 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.60 |
| HSL | 314.16º | 0.76% | 0.23% | - |
| HSV(B) | 314.16º | 0.86% | 0.4% | - |
| XYZ | 7.27 | 3.81 | 8.33 | - |
| YUV | 48.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 14 | 82 | 0 | 0.86 | 0.20 | 0.60 | 314.16 | 0.76 | 0.23 |
| Hex | 67 | E | 52 | 0 | 56 | 14 | 3C | 13A | 4C | 17 |
| Octal | 147 | 16 | 122 | 0 | 126 | 24 | 74 | 472 | 114 | 27 |
| Binary | 1100111 | 1110 | 1010010 | 0 | 1010110 | 10100 | 111100 | 100111010 | 1001100 | 10111 |
Color Harmonies of #670E52
Complementary color
Monochromatic Colors of #670E52
Black with #670E52
Text Example
Text Example
White with #670E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670E52; }
p { color: rgb(103,14,82); }
H1.HeaderClassName
{
color: #670E52;
}
.AnyTagClassName
{
color: #670E52;
}
</style>
background-color css
<style>
a { background-color: #670E52; }
a { background-color: rgb(103,14,82); }
div.DivClassName
{
background-color: #670E52;
}
.BgClassName
{
background-color: #670E52;
}
</style>
border-color css
<style>
span { border-color: #670E52; }
span { border-color: rgb(103,14,82); }
td.TdClassName
{
border-color: #670E52;
}
.TagClassName
{
border-color: #670E52;
}
</style>