Shades of Tyrian Purple #67062F
Tints of Tyrian Purple #67062F
RGB
CMYK
RGB Variations
Color information
#67062F (or 0x67062F) is known color: Tyrian Purple. HEX triplet: 67, 06 and 2F. RGB value is (103,6,47). Sum of RGB (Red+Green+Blue) = 103+6+47=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #67062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67062F is #98F9D0. Grayscale: #272727. Windows color (decimal): -10025425 or 3081831. OLE color: 3081831.
HSL color Cylindrical-coordinate representation of color #67062F: hue angle of 334.64º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #67062F is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 6 | 47 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.60 |
| HSL | 334.64º | 0.89% | 0.21% | - |
| HSV(B) | 334.64º | 0.94% | 0.4% | - |
| XYZ | 6.17 | 3.22 | 2.99 | - |
| YUV | 39.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 6 | 47 | 0 | 0.94 | 0.54 | 0.60 | 334.64 | 0.89 | 0.21 |
| Hex | 67 | 6 | 2F | 0 | 5E | 36 | 3C | 14F | 59 | 15 |
| Octal | 147 | 6 | 57 | 0 | 136 | 66 | 74 | 517 | 131 | 25 |
| Binary | 1100111 | 110 | 101111 | 0 | 1011110 | 110110 | 111100 | 101001111 | 1011001 | 10101 |
Color Harmonies of #67062F
Complementary color
Monochromatic Colors of #67062F
Black with #67062F
Text Example
Text Example
White with #67062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67062F; }
p { color: rgb(103,6,47); }
H1.HeaderClassName
{
color: #67062F;
}
.AnyTagClassName
{
color: #67062F;
}
</style>
background-color css
<style>
a { background-color: #67062F; }
a { background-color: rgb(103,6,47); }
div.DivClassName
{
background-color: #67062F;
}
.BgClassName
{
background-color: #67062F;
}
</style>
border-color css
<style>
span { border-color: #67062F; }
span { border-color: rgb(103,6,47); }
td.TdClassName
{
border-color: #67062F;
}
.TagClassName
{
border-color: #67062F;
}
</style>