Shades of Tyrian Purple #67032E
Tints of Tyrian Purple #67032E
RGB
CMYK
RGB Variations
Color information
#67032E (or 0x67032E) is known color: Tyrian Purple. HEX triplet: 67, 03 and 2E. RGB value is (103,3,46). Sum of RGB (Red+Green+Blue) = 103+3+46=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #67032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67032E is #98FCD1. Grayscale: #252525. Windows color (decimal): -10026194 or 3015527. OLE color: 3015527.
HSL color Cylindrical-coordinate representation of color #67032E: hue angle of 334.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67032E is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 3 | 46 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.60 |
| HSL | 334.2º | 0.94% | 0.21% | - |
| HSV(B) | 334.2º | 0.97% | 0.4% | - |
| XYZ | 6.12 | 3.15 | 2.87 | - |
| YUV | 37.8 | 132.63 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 46 | 0 | 0.97 | 0.55 | 0.60 | 334.2 | 0.94 | 0.21 |
| Hex | 67 | 3 | 2E | 0 | 61 | 37 | 3C | 14E | 5E | 15 |
| Octal | 147 | 3 | 56 | 0 | 141 | 67 | 74 | 516 | 136 | 25 |
| Binary | 1100111 | 11 | 101110 | 0 | 1100001 | 110111 | 111100 | 101001110 | 1011110 | 10101 |
Color Harmonies of #67032E
Complementary color
Monochromatic Colors of #67032E
Black with #67032E
Text Example
Text Example
White with #67032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67032E; }
p { color: rgb(103,3,46); }
H1.HeaderClassName
{
color: #67032E;
}
.AnyTagClassName
{
color: #67032E;
}
</style>
background-color css
<style>
a { background-color: #67032E; }
a { background-color: rgb(103,3,46); }
div.DivClassName
{
background-color: #67032E;
}
.BgClassName
{
background-color: #67032E;
}
</style>
border-color css
<style>
span { border-color: #67032E; }
span { border-color: rgb(103,3,46); }
td.TdClassName
{
border-color: #67032E;
}
.TagClassName
{
border-color: #67032E;
}
</style>