Shades of Tyrian Purple #6D0242
Tints of Tyrian Purple #6D0242
RGB
CMYK
RGB Variations
Color information
#6D0242 (or 0x6D0242) is known color: Tyrian Purple. HEX triplet: 6D, 02 and 42. RGB value is (109,2,66). Sum of RGB (Red+Green+Blue) = 109+2+66=177 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.58% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0242 is #92FDBD. Grayscale: #292929. Windows color (decimal): -9633214 or 4325997. OLE color: 4325997.
HSL color Cylindrical-coordinate representation of color #6D0242: hue angle of 324.11º 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 #6D0242 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 2 | 66 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.57 |
| HSL | 324.11º | 0.96% | 0.22% | - |
| HSV(B) | 324.11º | 0.98% | 0.43% | - |
| XYZ | 7.31 | 3.69 | 5.48 | - |
| YUV | 41.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 66 | 0 | 0.98 | 0.39 | 0.57 | 324.11 | 0.96 | 0.22 |
| Hex | 6D | 2 | 42 | 0 | 62 | 27 | 39 | 144 | 60 | 16 |
| Octal | 155 | 2 | 102 | 0 | 142 | 47 | 71 | 504 | 140 | 26 |
| Binary | 1101101 | 10 | 1000010 | 0 | 1100010 | 100111 | 111001 | 101000100 | 1100000 | 10110 |
Color Harmonies of #6D0242
Complementary color
Monochromatic Colors of #6D0242
Black with #6D0242
Text Example
Text Example
White with #6D0242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0242; }
p { color: rgb(109,2,66); }
H1.HeaderClassName
{
color: #6D0242;
}
.AnyTagClassName
{
color: #6D0242;
}
</style>
background-color css
<style>
a { background-color: #6D0242; }
a { background-color: rgb(109,2,66); }
div.DivClassName
{
background-color: #6D0242;
}
.BgClassName
{
background-color: #6D0242;
}
</style>
border-color css
<style>
span { border-color: #6D0242; }
span { border-color: rgb(109,2,66); }
td.TdClassName
{
border-color: #6D0242;
}
.TagClassName
{
border-color: #6D0242;
}
</style>