Shades of Tyrian Purple #6D0A50
Tints of Tyrian Purple #6D0A50
RGB
CMYK
RGB Variations
Color information
#6D0A50 (or 0x6D0A50) is known color: Tyrian Purple. HEX triplet: 6D, 0A and 50. RGB value is (109,10,80). Sum of RGB (Red+Green+Blue) = 109+10+80=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0A50 is #92F5AF. Grayscale: #2F2F2F. Windows color (decimal): -9631152 or 5245549. OLE color: 5245549.
HSL color Cylindrical-coordinate representation of color #6D0A50: hue angle of 317.58º 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 #6D0A50 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 10 | 80 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.57 |
| HSL | 317.58º | 0.83% | 0.23% | - |
| HSV(B) | 317.58º | 0.91% | 0.43% | - |
| XYZ | 7.86 | 4.05 | 7.96 | - |
| YUV | 47.58 | 146.3 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 80 | 0 | 0.91 | 0.27 | 0.57 | 317.58 | 0.83 | 0.23 |
| Hex | 6D | A | 50 | 0 | 5B | 1B | 39 | 13E | 53 | 17 |
| Octal | 155 | 12 | 120 | 0 | 133 | 33 | 71 | 476 | 123 | 27 |
| Binary | 1101101 | 1010 | 1010000 | 0 | 1011011 | 11011 | 111001 | 100111110 | 1010011 | 10111 |
Color Harmonies of #6D0A50
Complementary color
Monochromatic Colors of #6D0A50
Black with #6D0A50
Text Example
Text Example
White with #6D0A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0A50; }
p { color: rgb(109,10,80); }
H1.HeaderClassName
{
color: #6D0A50;
}
.AnyTagClassName
{
color: #6D0A50;
}
</style>
background-color css
<style>
a { background-color: #6D0A50; }
a { background-color: rgb(109,10,80); }
div.DivClassName
{
background-color: #6D0A50;
}
.BgClassName
{
background-color: #6D0A50;
}
</style>
border-color css
<style>
span { border-color: #6D0A50; }
span { border-color: rgb(109,10,80); }
td.TdClassName
{
border-color: #6D0A50;
}
.TagClassName
{
border-color: #6D0A50;
}
</style>