Shades of Tyrian Purple #6D0239
Tints of Tyrian Purple #6D0239
RGB
CMYK
RGB Variations
Color information
#6D0239 (or 0x6D0239) is known color: Tyrian Purple. HEX triplet: 6D, 02 and 39. RGB value is (109,2,57). Sum of RGB (Red+Green+Blue) = 109+2+57=168 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.88% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0239 is #92FDC6. Grayscale: #282828. Windows color (decimal): -9633223 or 3736173. OLE color: 3736173.
HSL color Cylindrical-coordinate representation of color #6D0239: hue angle of 329.16º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D0239 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 2 | 57 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.57 |
| HSL | 329.16º | 0.96% | 0.22% | - |
| HSV(B) | 329.16º | 0.98% | 0.43% | - |
| XYZ | 7.07 | 3.59 | 4.19 | - |
| YUV | 40.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 57 | 0 | 0.98 | 0.48 | 0.57 | 329.16 | 0.96 | 0.22 |
| Hex | 6D | 2 | 39 | 0 | 62 | 30 | 39 | 149 | 60 | 16 |
| Octal | 155 | 2 | 71 | 0 | 142 | 60 | 71 | 511 | 140 | 26 |
| Binary | 1101101 | 10 | 111001 | 0 | 1100010 | 110000 | 111001 | 101001001 | 1100000 | 10110 |
Color Harmonies of #6D0239
Complementary color
Monochromatic Colors of #6D0239
Black with #6D0239
Text Example
Text Example
White with #6D0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0239; }
p { color: rgb(109,2,57); }
H1.HeaderClassName
{
color: #6D0239;
}
.AnyTagClassName
{
color: #6D0239;
}
</style>
background-color css
<style>
a { background-color: #6D0239; }
a { background-color: rgb(109,2,57); }
div.DivClassName
{
background-color: #6D0239;
}
.BgClassName
{
background-color: #6D0239;
}
</style>
border-color css
<style>
span { border-color: #6D0239; }
span { border-color: rgb(109,2,57); }
td.TdClassName
{
border-color: #6D0239;
}
.TagClassName
{
border-color: #6D0239;
}
</style>