Shades of Tyrian Purple #6E023C
Tints of Tyrian Purple #6E023C
RGB
CMYK
RGB Variations
Color information
#6E023C (or 0x6E023C) is known color: Tyrian Purple. HEX triplet: 6E, 02 and 3C. RGB value is (110,2,60). Sum of RGB (Red+Green+Blue) = 110+2+60=172 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.95% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 110 - color contains mainly: red. Hex color #6E023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E023C is #91FDC3. Grayscale: #282828. Windows color (decimal): -9567684 or 3932782. OLE color: 3932782.
HSL color Cylindrical-coordinate representation of color #6E023C: hue angle of 327.78º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E023C is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 2 | 60 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.57 |
| HSL | 327.78º | 0.96% | 0.22% | - |
| HSV(B) | 327.78º | 0.98% | 0.43% | - |
| XYZ | 7.27 | 3.68 | 4.6 | - |
| YUV | 40.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 60 | 0 | 0.98 | 0.45 | 0.57 | 327.78 | 0.96 | 0.22 |
| Hex | 6E | 2 | 3C | 0 | 62 | 2D | 39 | 148 | 60 | 16 |
| Octal | 156 | 2 | 74 | 0 | 142 | 55 | 71 | 510 | 140 | 26 |
| Binary | 1101110 | 10 | 111100 | 0 | 1100010 | 101101 | 111001 | 101001000 | 1100000 | 10110 |
Color Harmonies of #6E023C
Complementary color
Monochromatic Colors of #6E023C
Black with #6E023C
Text Example
Text Example
White with #6E023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E023C; }
p { color: rgb(110,2,60); }
H1.HeaderClassName
{
color: #6E023C;
}
.AnyTagClassName
{
color: #6E023C;
}
</style>
background-color css
<style>
a { background-color: #6E023C; }
a { background-color: rgb(110,2,60); }
div.DivClassName
{
background-color: #6E023C;
}
.BgClassName
{
background-color: #6E023C;
}
</style>
border-color css
<style>
span { border-color: #6E023C; }
span { border-color: rgb(110,2,60); }
td.TdClassName
{
border-color: #6E023C;
}
.TagClassName
{
border-color: #6E023C;
}
</style>