Shades of Tyrian Purple #6E0C38
Tints of Tyrian Purple #6E0C38
RGB
CMYK
RGB Variations
Color information
#6E0C38 (or 0x6E0C38) is known color: Tyrian Purple. HEX triplet: 6E, 0C and 38. RGB value is (110,12,56). Sum of RGB (Red+Green+Blue) = 110+12+56=178 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.80% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0C38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0C38 is #91F3C7. Grayscale: #2E2E2E. Windows color (decimal): -9565128 or 3673198. OLE color: 3673198.
HSL color Cylindrical-coordinate representation of color #6E0C38: hue angle of 333.06º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E0C38 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 12 | 56 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.57 |
| HSL | 333.06º | 0.8% | 0.24% | - |
| HSV(B) | 333.06º | 0.89% | 0.43% | - |
| XYZ | 7.28 | 3.86 | 4.1 | - |
| YUV | 46.32 | 133.47 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 12 | 56 | 0 | 0.89 | 0.49 | 0.57 | 333.06 | 0.8 | 0.24 |
| Hex | 6E | C | 38 | 0 | 59 | 31 | 39 | 14D | 50 | 18 |
| Octal | 156 | 14 | 70 | 0 | 131 | 61 | 71 | 515 | 120 | 30 |
| Binary | 1101110 | 1100 | 111000 | 0 | 1011001 | 110001 | 111001 | 101001101 | 1010000 | 11000 |
Color Harmonies of #6E0C38
Complementary color
Monochromatic Colors of #6E0C38
Black with #6E0C38
Text Example
Text Example
White with #6E0C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0C38; }
p { color: rgb(110,12,56); }
H1.HeaderClassName
{
color: #6E0C38;
}
.AnyTagClassName
{
color: #6E0C38;
}
</style>
background-color css
<style>
a { background-color: #6E0C38; }
a { background-color: rgb(110,12,56); }
div.DivClassName
{
background-color: #6E0C38;
}
.BgClassName
{
background-color: #6E0C38;
}
</style>
border-color css
<style>
span { border-color: #6E0C38; }
span { border-color: rgb(110,12,56); }
td.TdClassName
{
border-color: #6E0C38;
}
.TagClassName
{
border-color: #6E0C38;
}
</style>