Shades of Tyrian Purple #6D0A3E
Tints of Tyrian Purple #6D0A3E
RGB
CMYK
RGB Variations
Color information
#6D0A3E (or 0x6D0A3E) is known color: Tyrian Purple. HEX triplet: 6D, 0A and 3E. RGB value is (109,10,62). Sum of RGB (Red+Green+Blue) = 109+10+62=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0A3E is #92F5C1. Grayscale: #2D2D2D. Windows color (decimal): -9631170 or 4065901. OLE color: 4065901.
HSL color Cylindrical-coordinate representation of color #6D0A3E: hue angle of 328.48º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0A3E is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 10 | 62 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.57 |
| HSL | 328.48º | 0.83% | 0.23% | - |
| HSV(B) | 328.48º | 0.91% | 0.43% | - |
| XYZ | 7.28 | 3.82 | 4.91 | - |
| YUV | 45.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 62 | 0 | 0.91 | 0.43 | 0.57 | 328.48 | 0.83 | 0.23 |
| Hex | 6D | A | 3E | 0 | 5B | 2B | 39 | 148 | 53 | 17 |
| Octal | 155 | 12 | 76 | 0 | 133 | 53 | 71 | 510 | 123 | 27 |
| Binary | 1101101 | 1010 | 111110 | 0 | 1011011 | 101011 | 111001 | 101001000 | 1010011 | 10111 |
Color Harmonies of #6D0A3E
Complementary color
Monochromatic Colors of #6D0A3E
Black with #6D0A3E
Text Example
Text Example
White with #6D0A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0A3E; }
p { color: rgb(109,10,62); }
H1.HeaderClassName
{
color: #6D0A3E;
}
.AnyTagClassName
{
color: #6D0A3E;
}
</style>
background-color css
<style>
a { background-color: #6D0A3E; }
a { background-color: rgb(109,10,62); }
div.DivClassName
{
background-color: #6D0A3E;
}
.BgClassName
{
background-color: #6D0A3E;
}
</style>
border-color css
<style>
span { border-color: #6D0A3E; }
span { border-color: rgb(109,10,62); }
td.TdClassName
{
border-color: #6D0A3E;
}
.TagClassName
{
border-color: #6D0A3E;
}
</style>