Shades of Tyrian Purple #6E0348
Tints of Tyrian Purple #6E0348
RGB
CMYK
RGB Variations
Color information
#6E0348 (or 0x6E0348) is known color: Tyrian Purple. HEX triplet: 6E, 03 and 48. RGB value is (110,3,72). Sum of RGB (Red+Green+Blue) = 110+3+72=185 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.46% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0348 is #91FCB7. Grayscale: #2A2A2A. Windows color (decimal): -9567416 or 4719470. OLE color: 4719470.
HSL color Cylindrical-coordinate representation of color #6E0348: hue angle of 321.31º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E0348 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 3 | 72 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.57 |
| HSL | 321.31º | 0.95% | 0.22% | - |
| HSV(B) | 321.31º | 0.97% | 0.43% | - |
| XYZ | 7.63 | 3.85 | 6.47 | - |
| YUV | 42.86 | 144.45 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 3 | 72 | 0 | 0.97 | 0.35 | 0.57 | 321.31 | 0.95 | 0.22 |
| Hex | 6E | 3 | 48 | 0 | 61 | 23 | 39 | 141 | 5F | 16 |
| Octal | 156 | 3 | 110 | 0 | 141 | 43 | 71 | 501 | 137 | 26 |
| Binary | 1101110 | 11 | 1001000 | 0 | 1100001 | 100011 | 111001 | 101000001 | 1011111 | 10110 |
Color Harmonies of #6E0348
Complementary color
Monochromatic Colors of #6E0348
Black with #6E0348
Text Example
Text Example
White with #6E0348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0348; }
p { color: rgb(110,3,72); }
H1.HeaderClassName
{
color: #6E0348;
}
.AnyTagClassName
{
color: #6E0348;
}
</style>
background-color css
<style>
a { background-color: #6E0348; }
a { background-color: rgb(110,3,72); }
div.DivClassName
{
background-color: #6E0348;
}
.BgClassName
{
background-color: #6E0348;
}
</style>
border-color css
<style>
span { border-color: #6E0348; }
span { border-color: rgb(110,3,72); }
td.TdClassName
{
border-color: #6E0348;
}
.TagClassName
{
border-color: #6E0348;
}
</style>