Shades of Tyrian Purple #67113A
Tints of Tyrian Purple #67113A
RGB
CMYK
RGB Variations
Color information
#67113A (or 0x67113A) is known color: Tyrian Purple. HEX triplet: 67, 11 and 3A. RGB value is (103,17,58). Sum of RGB (Red+Green+Blue) = 103+17+58=178 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.87% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 103 - color contains mainly: red. Hex color #67113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67113A is #98EEC5. Grayscale: #2F2F2F. Windows color (decimal): -10022598 or 3805543. OLE color: 3805543.
HSL color Cylindrical-coordinate representation of color #67113A: hue angle of 331.4º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67113A is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 17 | 58 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.60 |
| HSL | 331.4º | 0.72% | 0.24% | - |
| HSV(B) | 331.4º | 0.83% | 0.4% | - |
| XYZ | 6.56 | 3.59 | 4.35 | - |
| YUV | 47.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 58 | 0 | 0.83 | 0.44 | 0.60 | 331.4 | 0.72 | 0.24 |
| Hex | 67 | 11 | 3A | 0 | 53 | 2C | 3C | 14B | 48 | 18 |
| Octal | 147 | 21 | 72 | 0 | 123 | 54 | 74 | 513 | 110 | 30 |
| Binary | 1100111 | 10001 | 111010 | 0 | 1010011 | 101100 | 111100 | 101001011 | 1001000 | 11000 |
Color Harmonies of #67113A
Complementary color
Monochromatic Colors of #67113A
Black with #67113A
Text Example
Text Example
White with #67113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67113A; }
p { color: rgb(103,17,58); }
H1.HeaderClassName
{
color: #67113A;
}
.AnyTagClassName
{
color: #67113A;
}
</style>
background-color css
<style>
a { background-color: #67113A; }
a { background-color: rgb(103,17,58); }
div.DivClassName
{
background-color: #67113A;
}
.BgClassName
{
background-color: #67113A;
}
</style>
border-color css
<style>
span { border-color: #67113A; }
span { border-color: rgb(103,17,58); }
td.TdClassName
{
border-color: #67113A;
}
.TagClassName
{
border-color: #67113A;
}
</style>