Shades of Tyrian Purple #6D005B
Tints of Tyrian Purple #6D005B
RGB
CMYK
RGB Variations
Color information
#6D005B (or 0x6D005B) is known color: Tyrian Purple. HEX triplet: 6D, 00 and 5B. RGB value is (109,0,91). Sum of RGB (Red+Green+Blue) = 109+0+91=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D005B is #92FFA4. Grayscale: #2A2A2A. Windows color (decimal): -9633701 or 5963885. OLE color: 5963885.
HSL color Cylindrical-coordinate representation of color #6D005B: hue angle of 309.91º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D005B is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.17 | 0.57 |
| HSL | 309.91º | 1% | 0.21% | - |
| HSV(B) | 309.91º | 1% | 0.43% | - |
| XYZ | 8.2 | 4.01 | 10.24 | - |
| YUV | 42.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 0 | 91 | 0 | 1 | 0.17 | 0.57 | 309.91 | 1 | 0.21 |
| Hex | 6D | 0 | 5B | 0 | 64 | 11 | 39 | 136 | 64 | 15 |
| Octal | 155 | 0 | 133 | 0 | 144 | 21 | 71 | 466 | 144 | 25 |
| Binary | 1101101 | 0 | 1011011 | 0 | 1100100 | 10001 | 111001 | 100110110 | 1100100 | 10101 |
Color Harmonies of #6D005B
Complementary color
Monochromatic Colors of #6D005B
Black with #6D005B
Text Example
Text Example
White with #6D005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D005B; }
p { color: rgb(109,0,91); }
H1.HeaderClassName
{
color: #6D005B;
}
.AnyTagClassName
{
color: #6D005B;
}
</style>
background-color css
<style>
a { background-color: #6D005B; }
a { background-color: rgb(109,0,91); }
div.DivClassName
{
background-color: #6D005B;
}
.BgClassName
{
background-color: #6D005B;
}
</style>
border-color css
<style>
span { border-color: #6D005B; }
span { border-color: rgb(109,0,91); }
td.TdClassName
{
border-color: #6D005B;
}
.TagClassName
{
border-color: #6D005B;
}
</style>