Shades of Tyrian Purple #6D0433
Tints of Tyrian Purple #6D0433
RGB
CMYK
RGB Variations
Color information
#6D0433 (or 0x6D0433) is known color: Tyrian Purple. HEX triplet: 6D, 04 and 33. RGB value is (109,4,51). Sum of RGB (Red+Green+Blue) = 109+4+51=164 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.46% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0433 is #92FBCC. Grayscale: #282828. Windows color (decimal): -9632717 or 3343469. OLE color: 3343469.
HSL color Cylindrical-coordinate representation of color #6D0433: hue angle of 333.14º 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 #6D0433 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 4 | 51 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.57 |
| HSL | 333.14º | 0.93% | 0.22% | - |
| HSV(B) | 333.14º | 0.96% | 0.43% | - |
| XYZ | 6.95 | 3.58 | 3.46 | - |
| YUV | 40.75 | 133.79 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 51 | 0 | 0.96 | 0.53 | 0.57 | 333.14 | 0.93 | 0.22 |
| Hex | 6D | 4 | 33 | 0 | 60 | 35 | 39 | 14D | 5D | 16 |
| Octal | 155 | 4 | 63 | 0 | 140 | 65 | 71 | 515 | 135 | 26 |
| Binary | 1101101 | 100 | 110011 | 0 | 1100000 | 110101 | 111001 | 101001101 | 1011101 | 10110 |
Color Harmonies of #6D0433
Complementary color
Monochromatic Colors of #6D0433
Black with #6D0433
Text Example
Text Example
White with #6D0433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0433; }
p { color: rgb(109,4,51); }
H1.HeaderClassName
{
color: #6D0433;
}
.AnyTagClassName
{
color: #6D0433;
}
</style>
background-color css
<style>
a { background-color: #6D0433; }
a { background-color: rgb(109,4,51); }
div.DivClassName
{
background-color: #6D0433;
}
.BgClassName
{
background-color: #6D0433;
}
</style>
border-color css
<style>
span { border-color: #6D0433; }
span { border-color: rgb(109,4,51); }
td.TdClassName
{
border-color: #6D0433;
}
.TagClassName
{
border-color: #6D0433;
}
</style>