Shades of Tyrian Purple #670C41
Tints of Tyrian Purple #670C41
RGB
CMYK
RGB Variations
Color information
#670C41 (or 0x670C41) is known color: Tyrian Purple. HEX triplet: 67, 0C and 41. RGB value is (103,12,65). Sum of RGB (Red+Green+Blue) = 103+12+65=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #670C41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C41 is #98F3BE. Grayscale: #2D2D2D. Windows color (decimal): -10023871 or 4263015. OLE color: 4263015.
HSL color Cylindrical-coordinate representation of color #670C41: hue angle of 325.05º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670C41 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 12 | 65 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.60 |
| HSL | 325.05º | 0.79% | 0.23% | - |
| HSV(B) | 325.05º | 0.88% | 0.4% | - |
| XYZ | 6.68 | 3.53 | 5.33 | - |
| YUV | 45.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 65 | 0 | 0.88 | 0.37 | 0.60 | 325.05 | 0.79 | 0.23 |
| Hex | 67 | C | 41 | 0 | 58 | 25 | 3C | 145 | 4F | 17 |
| Octal | 147 | 14 | 101 | 0 | 130 | 45 | 74 | 505 | 117 | 27 |
| Binary | 1100111 | 1100 | 1000001 | 0 | 1011000 | 100101 | 111100 | 101000101 | 1001111 | 10111 |
Color Harmonies of #670C41
Complementary color
Monochromatic Colors of #670C41
Black with #670C41
Text Example
Text Example
White with #670C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C41; }
p { color: rgb(103,12,65); }
H1.HeaderClassName
{
color: #670C41;
}
.AnyTagClassName
{
color: #670C41;
}
</style>
background-color css
<style>
a { background-color: #670C41; }
a { background-color: rgb(103,12,65); }
div.DivClassName
{
background-color: #670C41;
}
.BgClassName
{
background-color: #670C41;
}
</style>
border-color css
<style>
span { border-color: #670C41; }
span { border-color: rgb(103,12,65); }
td.TdClassName
{
border-color: #670C41;
}
.TagClassName
{
border-color: #670C41;
}
</style>