Shades of Tyrian Purple #6E064C
Tints of Tyrian Purple #6E064C
RGB
CMYK
RGB Variations
Color information
#6E064C (or 0x6E064C) is known color: Tyrian Purple. HEX triplet: 6E, 06 and 4C. RGB value is (110,6,76). Sum of RGB (Red+Green+Blue) = 110+6+76=192 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.29% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 110 - color contains mainly: red. Hex color #6E064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E064C is #91F9B3. Grayscale: #2C2C2C. Windows color (decimal): -9566644 or 4982382. OLE color: 4982382.
HSL color Cylindrical-coordinate representation of color #6E064C: hue angle of 319.62º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E064C is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 6 | 76 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.57 |
| HSL | 319.62º | 0.9% | 0.23% | - |
| HSV(B) | 319.62º | 0.95% | 0.43% | - |
| XYZ | 7.8 | 3.97 | 7.19 | - |
| YUV | 45.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 6 | 76 | 0 | 0.95 | 0.31 | 0.57 | 319.62 | 0.9 | 0.23 |
| Hex | 6E | 6 | 4C | 0 | 5F | 1F | 39 | 140 | 5A | 17 |
| Octal | 156 | 6 | 114 | 0 | 137 | 37 | 71 | 500 | 132 | 27 |
| Binary | 1101110 | 110 | 1001100 | 0 | 1011111 | 11111 | 111001 | 101000000 | 1011010 | 10111 |
Color Harmonies of #6E064C
Complementary color
Monochromatic Colors of #6E064C
Black with #6E064C
Text Example
Text Example
White with #6E064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E064C; }
p { color: rgb(110,6,76); }
H1.HeaderClassName
{
color: #6E064C;
}
.AnyTagClassName
{
color: #6E064C;
}
</style>
background-color css
<style>
a { background-color: #6E064C; }
a { background-color: rgb(110,6,76); }
div.DivClassName
{
background-color: #6E064C;
}
.BgClassName
{
background-color: #6E064C;
}
</style>
border-color css
<style>
span { border-color: #6E064C; }
span { border-color: rgb(110,6,76); }
td.TdClassName
{
border-color: #6E064C;
}
.TagClassName
{
border-color: #6E064C;
}
</style>