Shades of Tyrian Purple #6D0045
Tints of Tyrian Purple #6D0045
RGB
CMYK
RGB Variations
Color information
#6D0045 (or 0x6D0045) is known color: Tyrian Purple. HEX triplet: 6D, 00 and 45. RGB value is (109,0,69). Sum of RGB (Red+Green+Blue) = 109+0+69=178 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.24% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0045 is #92FFBA. Grayscale: #282828. Windows color (decimal): -9633723 or 4522093. OLE color: 4522093.
HSL color Cylindrical-coordinate representation of color #6D0045: hue angle of 322.02º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D0045 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.37 | 0.57 |
| HSL | 322.02º | 1% | 0.21% | - |
| HSV(B) | 322.02º | 1% | 0.43% | - |
| XYZ | 7.38 | 3.68 | 5.95 | - |
| YUV | 40.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 0 | 69 | 0 | 1 | 0.37 | 0.57 | 322.02 | 1 | 0.21 |
| Hex | 6D | 0 | 45 | 0 | 64 | 25 | 39 | 142 | 64 | 15 |
| Octal | 155 | 0 | 105 | 0 | 144 | 45 | 71 | 502 | 144 | 25 |
| Binary | 1101101 | 0 | 1000101 | 0 | 1100100 | 100101 | 111001 | 101000010 | 1100100 | 10101 |
Color Harmonies of #6D0045
Complementary color
Monochromatic Colors of #6D0045
Black with #6D0045
Text Example
Text Example
White with #6D0045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0045; }
p { color: rgb(109,0,69); }
H1.HeaderClassName
{
color: #6D0045;
}
.AnyTagClassName
{
color: #6D0045;
}
</style>
background-color css
<style>
a { background-color: #6D0045; }
a { background-color: rgb(109,0,69); }
div.DivClassName
{
background-color: #6D0045;
}
.BgClassName
{
background-color: #6D0045;
}
</style>
border-color css
<style>
span { border-color: #6D0045; }
span { border-color: rgb(109,0,69); }
td.TdClassName
{
border-color: #6D0045;
}
.TagClassName
{
border-color: #6D0045;
}
</style>