Shades of Tyrian Purple #6D0154
Tints of Tyrian Purple #6D0154
RGB
CMYK
RGB Variations
Color information
#6D0154 (or 0x6D0154) is known color: Tyrian Purple. HEX triplet: 6D, 01 and 54. RGB value is (109,1,84). Sum of RGB (Red+Green+Blue) = 109+1+84=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0154 is #92FEAB. Grayscale: #2A2A2A. Windows color (decimal): -9633452 or 5505389. OLE color: 5505389.
HSL color Cylindrical-coordinate representation of color #6D0154: hue angle of 313.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D0154 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 1 | 84 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.57 |
| HSL | 313.89º | 0.98% | 0.22% | - |
| HSV(B) | 313.89º | 0.99% | 0.43% | - |
| XYZ | 7.92 | 3.91 | 8.73 | - |
| YUV | 42.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 84 | 0 | 0.99 | 0.23 | 0.57 | 313.89 | 0.98 | 0.22 |
| Hex | 6D | 1 | 54 | 0 | 63 | 17 | 39 | 13A | 62 | 16 |
| Octal | 155 | 1 | 124 | 0 | 143 | 27 | 71 | 472 | 142 | 26 |
| Binary | 1101101 | 1 | 1010100 | 0 | 1100011 | 10111 | 111001 | 100111010 | 1100010 | 10110 |
Color Harmonies of #6D0154
Complementary color
Monochromatic Colors of #6D0154
Black with #6D0154
Text Example
Text Example
White with #6D0154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0154; }
p { color: rgb(109,1,84); }
H1.HeaderClassName
{
color: #6D0154;
}
.AnyTagClassName
{
color: #6D0154;
}
</style>
background-color css
<style>
a { background-color: #6D0154; }
a { background-color: rgb(109,1,84); }
div.DivClassName
{
background-color: #6D0154;
}
.BgClassName
{
background-color: #6D0154;
}
</style>
border-color css
<style>
span { border-color: #6D0154; }
span { border-color: rgb(109,1,84); }
td.TdClassName
{
border-color: #6D0154;
}
.TagClassName
{
border-color: #6D0154;
}
</style>