Shades of Tyrian Purple #6D052D
Tints of Tyrian Purple #6D052D
RGB
CMYK
RGB Variations
Color information
#6D052D (or 0x6D052D) is known color: Tyrian Purple. HEX triplet: 6D, 05 and 2D. RGB value is (109,5,45). Sum of RGB (Red+Green+Blue) = 109+5+45=159 (21% of max value = 765). Red value is 109 (42.97% from 255 or 68.55% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 109 - color contains mainly: red. Hex color #6D052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D052D is #92FAD2. Grayscale: #282828. Windows color (decimal): -9632467 or 2950509. OLE color: 2950509.
HSL color Cylindrical-coordinate representation of color #6D052D: hue angle of 336.92º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D052D is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 5 | 45 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.57 |
| HSL | 336.92º | 0.91% | 0.22% | - |
| HSV(B) | 336.92º | 0.95% | 0.43% | - |
| XYZ | 6.83 | 3.55 | 2.81 | - |
| YUV | 40.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 45 | 0 | 0.95 | 0.59 | 0.57 | 336.92 | 0.91 | 0.22 |
| Hex | 6D | 5 | 2D | 0 | 5F | 3B | 39 | 151 | 5B | 16 |
| Octal | 155 | 5 | 55 | 0 | 137 | 73 | 71 | 521 | 133 | 26 |
| Binary | 1101101 | 101 | 101101 | 0 | 1011111 | 111011 | 111001 | 101010001 | 1011011 | 10110 |
Color Harmonies of #6D052D
Complementary color
Monochromatic Colors of #6D052D
Black with #6D052D
Text Example
Text Example
White with #6D052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D052D; }
p { color: rgb(109,5,45); }
H1.HeaderClassName
{
color: #6D052D;
}
.AnyTagClassName
{
color: #6D052D;
}
</style>
background-color css
<style>
a { background-color: #6D052D; }
a { background-color: rgb(109,5,45); }
div.DivClassName
{
background-color: #6D052D;
}
.BgClassName
{
background-color: #6D052D;
}
</style>
border-color css
<style>
span { border-color: #6D052D; }
span { border-color: rgb(109,5,45); }
td.TdClassName
{
border-color: #6D052D;
}
.TagClassName
{
border-color: #6D052D;
}
</style>