Shades of Tyrian Purple #6E032D
Tints of Tyrian Purple #6E032D
RGB
CMYK
RGB Variations
Color information
#6E032D (or 0x6E032D) is known color: Tyrian Purple. HEX triplet: 6E, 03 and 2D. RGB value is (110,3,45). Sum of RGB (Red+Green+Blue) = 110+3+45=158 (20% of max value = 765). Red value is 110 (43.36% from 255 or 69.62% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 110 - color contains mainly: red. Hex color #6E032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E032D is #91FCD2. Grayscale: #272727. Windows color (decimal): -9567443 or 2949998. OLE color: 2949998.
HSL color Cylindrical-coordinate representation of color #6E032D: hue angle of 336.45º 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 #6E032D is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 3 | 45 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.57 |
| HSL | 336.45º | 0.95% | 0.22% | - |
| HSV(B) | 336.45º | 0.97% | 0.43% | - |
| XYZ | 6.94 | 3.57 | 2.81 | - |
| YUV | 39.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 3 | 45 | 0 | 0.97 | 0.59 | 0.57 | 336.45 | 0.95 | 0.22 |
| Hex | 6E | 3 | 2D | 0 | 61 | 3B | 39 | 150 | 5F | 16 |
| Octal | 156 | 3 | 55 | 0 | 141 | 73 | 71 | 520 | 137 | 26 |
| Binary | 1101110 | 11 | 101101 | 0 | 1100001 | 111011 | 111001 | 101010000 | 1011111 | 10110 |
Color Harmonies of #6E032D
Complementary color
Monochromatic Colors of #6E032D
Black with #6E032D
Text Example
Text Example
White with #6E032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E032D; }
p { color: rgb(110,3,45); }
H1.HeaderClassName
{
color: #6E032D;
}
.AnyTagClassName
{
color: #6E032D;
}
</style>
background-color css
<style>
a { background-color: #6E032D; }
a { background-color: rgb(110,3,45); }
div.DivClassName
{
background-color: #6E032D;
}
.BgClassName
{
background-color: #6E032D;
}
</style>
border-color css
<style>
span { border-color: #6E032D; }
span { border-color: rgb(110,3,45); }
td.TdClassName
{
border-color: #6E032D;
}
.TagClassName
{
border-color: #6E032D;
}
</style>