Shades of Tyrian Purple #67022F
Tints of Tyrian Purple #67022F
RGB
CMYK
RGB Variations
Color information
#67022F (or 0x67022F) is known color: Tyrian Purple. HEX triplet: 67, 02 and 2F. RGB value is (103,2,47). Sum of RGB (Red+Green+Blue) = 103+2+47=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #67022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67022F is #98FDD0. Grayscale: #252525. Windows color (decimal): -10026449 or 3080807. OLE color: 3080807.
HSL color Cylindrical-coordinate representation of color #67022F: hue angle of 333.27º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67022F is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 2 | 47 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.60 |
| HSL | 333.27º | 0.96% | 0.21% | - |
| HSV(B) | 333.27º | 0.98% | 0.4% | - |
| XYZ | 6.13 | 3.13 | 2.97 | - |
| YUV | 37.33 | 133.46 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 47 | 0 | 0.98 | 0.54 | 0.60 | 333.27 | 0.96 | 0.21 |
| Hex | 67 | 2 | 2F | 0 | 62 | 36 | 3C | 14D | 60 | 15 |
| Octal | 147 | 2 | 57 | 0 | 142 | 66 | 74 | 515 | 140 | 25 |
| Binary | 1100111 | 10 | 101111 | 0 | 1100010 | 110110 | 111100 | 101001101 | 1100000 | 10101 |
Color Harmonies of #67022F
Complementary color
Monochromatic Colors of #67022F
Black with #67022F
Text Example
Text Example
White with #67022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67022F; }
p { color: rgb(103,2,47); }
H1.HeaderClassName
{
color: #67022F;
}
.AnyTagClassName
{
color: #67022F;
}
</style>
background-color css
<style>
a { background-color: #67022F; }
a { background-color: rgb(103,2,47); }
div.DivClassName
{
background-color: #67022F;
}
.BgClassName
{
background-color: #67022F;
}
</style>
border-color css
<style>
span { border-color: #67022F; }
span { border-color: rgb(103,2,47); }
td.TdClassName
{
border-color: #67022F;
}
.TagClassName
{
border-color: #67022F;
}
</style>