Shades of Tyrian Purple #6D022E
Tints of Tyrian Purple #6D022E
RGB
CMYK
RGB Variations
Color information
#6D022E (or 0x6D022E) is known color: Tyrian Purple. HEX triplet: 6D, 02 and 2E. RGB value is (109,2,46). Sum of RGB (Red+Green+Blue) = 109+2+46=157 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.43% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 109 - color contains mainly: red. Hex color #6D022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D022E is #92FDD1. Grayscale: #262626. Windows color (decimal): -9633234 or 3015277. OLE color: 3015277.
HSL color Cylindrical-coordinate representation of color #6D022E: hue angle of 335.33º 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 #6D022E is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 2 | 46 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.57 |
| HSL | 335.33º | 0.96% | 0.22% | - |
| HSV(B) | 335.33º | 0.98% | 0.43% | - |
| XYZ | 6.82 | 3.49 | 2.9 | - |
| YUV | 39.01 | 131.95 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 46 | 0 | 0.98 | 0.58 | 0.57 | 335.33 | 0.96 | 0.22 |
| Hex | 6D | 2 | 2E | 0 | 62 | 3A | 39 | 14F | 60 | 16 |
| Octal | 155 | 2 | 56 | 0 | 142 | 72 | 71 | 517 | 140 | 26 |
| Binary | 1101101 | 10 | 101110 | 0 | 1100010 | 111010 | 111001 | 101001111 | 1100000 | 10110 |
Color Harmonies of #6D022E
Complementary color
Monochromatic Colors of #6D022E
Black with #6D022E
Text Example
Text Example
White with #6D022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D022E; }
p { color: rgb(109,2,46); }
H1.HeaderClassName
{
color: #6D022E;
}
.AnyTagClassName
{
color: #6D022E;
}
</style>
background-color css
<style>
a { background-color: #6D022E; }
a { background-color: rgb(109,2,46); }
div.DivClassName
{
background-color: #6D022E;
}
.BgClassName
{
background-color: #6D022E;
}
</style>
border-color css
<style>
span { border-color: #6D022E; }
span { border-color: rgb(109,2,46); }
td.TdClassName
{
border-color: #6D022E;
}
.TagClassName
{
border-color: #6D022E;
}
</style>