Shades of Tyrian Purple #6E032F
Tints of Tyrian Purple #6E032F
RGB
CMYK
RGB Variations
Color information
#6E032F (or 0x6E032F) is known color: Tyrian Purple. HEX triplet: 6E, 03 and 2F. RGB value is (110,3,47). Sum of RGB (Red+Green+Blue) = 110+3+47=160 (21% of max value = 765). Red value is 110 (43.36% from 255 or 68.75% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 110 - color contains mainly: red. Hex color #6E032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E032F is #91FCD0. Grayscale: #272727. Windows color (decimal): -9567441 or 3081070. OLE color: 3081070.
HSL color Cylindrical-coordinate representation of color #6E032F: hue angle of 335.33º 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 #6E032F is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 3 | 47 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.57 |
| HSL | 335.33º | 0.95% | 0.22% | - |
| HSV(B) | 335.33º | 0.97% | 0.43% | - |
| XYZ | 6.98 | 3.59 | 3.01 | - |
| YUV | 40.01 | 131.95 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 3 | 47 | 0 | 0.97 | 0.57 | 0.57 | 335.33 | 0.95 | 0.22 |
| Hex | 6E | 3 | 2F | 0 | 61 | 39 | 39 | 14F | 5F | 16 |
| Octal | 156 | 3 | 57 | 0 | 141 | 71 | 71 | 517 | 137 | 26 |
| Binary | 1101110 | 11 | 101111 | 0 | 1100001 | 111001 | 111001 | 101001111 | 1011111 | 10110 |
Color Harmonies of #6E032F
Complementary color
Monochromatic Colors of #6E032F
Black with #6E032F
Text Example
Text Example
White with #6E032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E032F; }
p { color: rgb(110,3,47); }
H1.HeaderClassName
{
color: #6E032F;
}
.AnyTagClassName
{
color: #6E032F;
}
</style>
background-color css
<style>
a { background-color: #6E032F; }
a { background-color: rgb(110,3,47); }
div.DivClassName
{
background-color: #6E032F;
}
.BgClassName
{
background-color: #6E032F;
}
</style>
border-color css
<style>
span { border-color: #6E032F; }
span { border-color: rgb(110,3,47); }
td.TdClassName
{
border-color: #6E032F;
}
.TagClassName
{
border-color: #6E032F;
}
</style>