Shades of Tyrian Purple #67002F
Tints of Tyrian Purple #67002F
RGB
CMYK
RGB Variations
Color information
#67002F (or 0x67002F) is known color: Tyrian Purple. HEX triplet: 67, 00 and 2F. RGB value is (103,0,47). Sum of RGB (Red+Green+Blue) = 103+0+47=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #67002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67002F is #98FFD0. Grayscale: #242424. Windows color (decimal): -10026961 or 3080295. OLE color: 3080295.
HSL color Cylindrical-coordinate representation of color #67002F: hue angle of 332.62º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67002F is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.54 | 0.60 |
| HSL | 332.62º | 1% | 0.2% | - |
| HSV(B) | 332.62º | 1% | 0.4% | - |
| XYZ | 6.11 | 3.09 | 2.96 | - |
| YUV | 36.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 47 | 0 | 1 | 0.54 | 0.60 | 332.62 | 1 | 0.2 |
| Hex | 67 | 0 | 2F | 0 | 64 | 36 | 3C | 14D | 64 | 14 |
| Octal | 147 | 0 | 57 | 0 | 144 | 66 | 74 | 515 | 144 | 24 |
| Binary | 1100111 | 0 | 101111 | 0 | 1100100 | 110110 | 111100 | 101001101 | 1100100 | 10100 |
Color Harmonies of #67002F
Complementary color
Monochromatic Colors of #67002F
Black with #67002F
Text Example
Text Example
White with #67002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67002F; }
p { color: rgb(103,0,47); }
H1.HeaderClassName
{
color: #67002F;
}
.AnyTagClassName
{
color: #67002F;
}
</style>
background-color css
<style>
a { background-color: #67002F; }
a { background-color: rgb(103,0,47); }
div.DivClassName
{
background-color: #67002F;
}
.BgClassName
{
background-color: #67002F;
}
</style>
border-color css
<style>
span { border-color: #67002F; }
span { border-color: rgb(103,0,47); }
td.TdClassName
{
border-color: #67002F;
}
.TagClassName
{
border-color: #67002F;
}
</style>