Shades of Tyrian Purple #6D002D
Tints of Tyrian Purple #6D002D
RGB
CMYK
RGB Variations
Color information
#6D002D (or 0x6D002D) is known color: Tyrian Purple. HEX triplet: 6D, 00 and 2D. RGB value is (109,0,45). Sum of RGB (Red+Green+Blue) = 109+0+45=154 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.78% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 109 - color contains mainly: red. Hex color #6D002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D002D is #92FFD2. Grayscale: #252525. Windows color (decimal): -9633747 or 2949229. OLE color: 2949229.
HSL color Cylindrical-coordinate representation of color #6D002D: hue angle of 335.23º 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 #6D002D is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.59 | 0.57 |
| HSL | 335.23º | 1% | 0.21% | - |
| HSV(B) | 335.23º | 1% | 0.43% | - |
| XYZ | 6.78 | 3.44 | 2.79 | - |
| YUV | 37.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 0 | 45 | 0 | 1 | 0.59 | 0.57 | 335.23 | 1 | 0.21 |
| Hex | 6D | 0 | 2D | 0 | 64 | 3B | 39 | 14F | 64 | 15 |
| Octal | 155 | 0 | 55 | 0 | 144 | 73 | 71 | 517 | 144 | 25 |
| Binary | 1101101 | 0 | 101101 | 0 | 1100100 | 111011 | 111001 | 101001111 | 1100100 | 10101 |
Color Harmonies of #6D002D
Complementary color
Monochromatic Colors of #6D002D
Black with #6D002D
Text Example
Text Example
White with #6D002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D002D; }
p { color: rgb(109,0,45); }
H1.HeaderClassName
{
color: #6D002D;
}
.AnyTagClassName
{
color: #6D002D;
}
</style>
background-color css
<style>
a { background-color: #6D002D; }
a { background-color: rgb(109,0,45); }
div.DivClassName
{
background-color: #6D002D;
}
.BgClassName
{
background-color: #6D002D;
}
</style>
border-color css
<style>
span { border-color: #6D002D; }
span { border-color: rgb(109,0,45); }
td.TdClassName
{
border-color: #6D002D;
}
.TagClassName
{
border-color: #6D002D;
}
</style>