Shades of Tyrian Purple #6D0658
Tints of Tyrian Purple #6D0658
RGB
CMYK
RGB Variations
Color information
#6D0658 (or 0x6D0658) is known color: Tyrian Purple. HEX triplet: 6D, 06 and 58. RGB value is (109,6,88). Sum of RGB (Red+Green+Blue) = 109+6+88=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0658 is #92F9A7. Grayscale: #2D2D2D. Windows color (decimal): -9632168 or 5768813. OLE color: 5768813.
HSL color Cylindrical-coordinate representation of color #6D0658: hue angle of 312.23º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0658 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 6 | 88 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.57 |
| HSL | 312.23º | 0.9% | 0.23% | - |
| HSV(B) | 312.23º | 0.94% | 0.43% | - |
| XYZ | 8.13 | 4.09 | 9.59 | - |
| YUV | 46.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 88 | 0 | 0.94 | 0.19 | 0.57 | 312.23 | 0.9 | 0.23 |
| Hex | 6D | 6 | 58 | 0 | 5E | 13 | 39 | 138 | 5A | 17 |
| Octal | 155 | 6 | 130 | 0 | 136 | 23 | 71 | 470 | 132 | 27 |
| Binary | 1101101 | 110 | 1011000 | 0 | 1011110 | 10011 | 111001 | 100111000 | 1011010 | 10111 |
Color Harmonies of #6D0658
Complementary color
Monochromatic Colors of #6D0658
Black with #6D0658
Text Example
Text Example
White with #6D0658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0658; }
p { color: rgb(109,6,88); }
H1.HeaderClassName
{
color: #6D0658;
}
.AnyTagClassName
{
color: #6D0658;
}
</style>
background-color css
<style>
a { background-color: #6D0658; }
a { background-color: rgb(109,6,88); }
div.DivClassName
{
background-color: #6D0658;
}
.BgClassName
{
background-color: #6D0658;
}
</style>
border-color css
<style>
span { border-color: #6D0658; }
span { border-color: rgb(109,6,88); }
td.TdClassName
{
border-color: #6D0658;
}
.TagClassName
{
border-color: #6D0658;
}
</style>