Shades of Tyrian Purple #6D0432
Tints of Tyrian Purple #6D0432
RGB
CMYK
RGB Variations
Color information
#6D0432 (or 0x6D0432) is known color: Tyrian Purple. HEX triplet: 6D, 04 and 32. RGB value is (109,4,50). Sum of RGB (Red+Green+Blue) = 109+4+50=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0432 is #92FBCD. Grayscale: #282828. Windows color (decimal): -9632718 or 3277933. OLE color: 3277933.
HSL color Cylindrical-coordinate representation of color #6D0432: hue angle of 333.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D0432 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 4 | 50 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.57 |
| HSL | 333.71º | 0.93% | 0.22% | - |
| HSV(B) | 333.71º | 0.96% | 0.43% | - |
| XYZ | 6.93 | 3.57 | 3.34 | - |
| YUV | 40.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 50 | 0 | 0.96 | 0.54 | 0.57 | 333.71 | 0.93 | 0.22 |
| Hex | 6D | 4 | 32 | 0 | 60 | 36 | 39 | 14E | 5D | 16 |
| Octal | 155 | 4 | 62 | 0 | 140 | 66 | 71 | 516 | 135 | 26 |
| Binary | 1101101 | 100 | 110010 | 0 | 1100000 | 110110 | 111001 | 101001110 | 1011101 | 10110 |
Color Harmonies of #6D0432
Complementary color
Monochromatic Colors of #6D0432
Black with #6D0432
Text Example
Text Example
White with #6D0432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0432; }
p { color: rgb(109,4,50); }
H1.HeaderClassName
{
color: #6D0432;
}
.AnyTagClassName
{
color: #6D0432;
}
</style>
background-color css
<style>
a { background-color: #6D0432; }
a { background-color: rgb(109,4,50); }
div.DivClassName
{
background-color: #6D0432;
}
.BgClassName
{
background-color: #6D0432;
}
</style>
border-color css
<style>
span { border-color: #6D0432; }
span { border-color: rgb(109,4,50); }
td.TdClassName
{
border-color: #6D0432;
}
.TagClassName
{
border-color: #6D0432;
}
</style>