Shades of Tyrian Purple #6D0336
Tints of Tyrian Purple #6D0336
RGB
CMYK
RGB Variations
Color information
#6D0336 (or 0x6D0336) is known color: Tyrian Purple. HEX triplet: 6D, 03 and 36. RGB value is (109,3,54). Sum of RGB (Red+Green+Blue) = 109+3+54=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0336 is #92FCC9. Grayscale: #282828. Windows color (decimal): -9632970 or 3539821. OLE color: 3539821.
HSL color Cylindrical-coordinate representation of color #6D0336: hue angle of 331.13º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0336 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 54 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.57 |
| HSL | 331.13º | 0.95% | 0.22% | - |
| HSV(B) | 331.13º | 0.97% | 0.43% | - |
| XYZ | 7.01 | 3.58 | 3.81 | - |
| YUV | 40.51 | 135.62 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 54 | 0 | 0.97 | 0.50 | 0.57 | 331.13 | 0.95 | 0.22 |
| Hex | 6D | 3 | 36 | 0 | 61 | 32 | 39 | 14B | 5F | 16 |
| Octal | 155 | 3 | 66 | 0 | 141 | 62 | 71 | 513 | 137 | 26 |
| Binary | 1101101 | 11 | 110110 | 0 | 1100001 | 110010 | 111001 | 101001011 | 1011111 | 10110 |
Color Harmonies of #6D0336
Complementary color
Monochromatic Colors of #6D0336
Black with #6D0336
Text Example
Text Example
White with #6D0336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0336; }
p { color: rgb(109,3,54); }
H1.HeaderClassName
{
color: #6D0336;
}
.AnyTagClassName
{
color: #6D0336;
}
</style>
background-color css
<style>
a { background-color: #6D0336; }
a { background-color: rgb(109,3,54); }
div.DivClassName
{
background-color: #6D0336;
}
.BgClassName
{
background-color: #6D0336;
}
</style>
border-color css
<style>
span { border-color: #6D0336; }
span { border-color: rgb(109,3,54); }
td.TdClassName
{
border-color: #6D0336;
}
.TagClassName
{
border-color: #6D0336;
}
</style>