Shades of Tyrian Purple #6D0956
Tints of Tyrian Purple #6D0956
RGB
CMYK
RGB Variations
Color information
#6D0956 (or 0x6D0956) is known color: Tyrian Purple. HEX triplet: 6D, 09 and 56. RGB value is (109,9,86). Sum of RGB (Red+Green+Blue) = 109+9+86=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0956 is #92F6A9. Grayscale: #2F2F2F. Windows color (decimal): -9631402 or 5638509. OLE color: 5638509.
HSL color Cylindrical-coordinate representation of color #6D0956: hue angle of 313.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0956 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 9 | 86 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.57 |
| HSL | 313.8º | 0.85% | 0.23% | - |
| HSV(B) | 313.8º | 0.92% | 0.43% | - |
| XYZ | 8.08 | 4.12 | 9.17 | - |
| YUV | 47.68 | 149.63 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 86 | 0 | 0.92 | 0.21 | 0.57 | 313.8 | 0.85 | 0.23 |
| Hex | 6D | 9 | 56 | 0 | 5C | 15 | 39 | 13A | 55 | 17 |
| Octal | 155 | 11 | 126 | 0 | 134 | 25 | 71 | 472 | 125 | 27 |
| Binary | 1101101 | 1001 | 1010110 | 0 | 1011100 | 10101 | 111001 | 100111010 | 1010101 | 10111 |
Color Harmonies of #6D0956
Complementary color
Monochromatic Colors of #6D0956
Black with #6D0956
Text Example
Text Example
White with #6D0956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0956; }
p { color: rgb(109,9,86); }
H1.HeaderClassName
{
color: #6D0956;
}
.AnyTagClassName
{
color: #6D0956;
}
</style>
background-color css
<style>
a { background-color: #6D0956; }
a { background-color: rgb(109,9,86); }
div.DivClassName
{
background-color: #6D0956;
}
.BgClassName
{
background-color: #6D0956;
}
</style>
border-color css
<style>
span { border-color: #6D0956; }
span { border-color: rgb(109,9,86); }
td.TdClassName
{
border-color: #6D0956;
}
.TagClassName
{
border-color: #6D0956;
}
</style>