Shades of Tyrian Purple #6D004B
Tints of Tyrian Purple #6D004B
RGB
CMYK
RGB Variations
Color information
#6D004B (or 0x6D004B) is known color: Tyrian Purple. HEX triplet: 6D, 00 and 4B. RGB value is (109,0,75). Sum of RGB (Red+Green+Blue) = 109+0+75=184 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.24% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 109 - color contains mainly: red. Hex color #6D004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D004B is #92FFB4. Grayscale: #282828. Windows color (decimal): -9633717 or 4915309. OLE color: 4915309.
HSL color Cylindrical-coordinate representation of color #6D004B: hue angle of 318.72º 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 #6D004B is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.31 | 0.57 |
| HSL | 318.72º | 1% | 0.21% | - |
| HSV(B) | 318.72º | 1% | 0.43% | - |
| XYZ | 7.58 | 3.76 | 6.98 | - |
| YUV | 41.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 0 | 75 | 0 | 1 | 0.31 | 0.57 | 318.72 | 1 | 0.21 |
| Hex | 6D | 0 | 4B | 0 | 64 | 1F | 39 | 13F | 64 | 15 |
| Octal | 155 | 0 | 113 | 0 | 144 | 37 | 71 | 477 | 144 | 25 |
| Binary | 1101101 | 0 | 1001011 | 0 | 1100100 | 11111 | 111001 | 100111111 | 1100100 | 10101 |
Color Harmonies of #6D004B
Complementary color
Monochromatic Colors of #6D004B
Black with #6D004B
Text Example
Text Example
White with #6D004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D004B; }
p { color: rgb(109,0,75); }
H1.HeaderClassName
{
color: #6D004B;
}
.AnyTagClassName
{
color: #6D004B;
}
</style>
background-color css
<style>
a { background-color: #6D004B; }
a { background-color: rgb(109,0,75); }
div.DivClassName
{
background-color: #6D004B;
}
.BgClassName
{
background-color: #6D004B;
}
</style>
border-color css
<style>
span { border-color: #6D004B; }
span { border-color: rgb(109,0,75); }
td.TdClassName
{
border-color: #6D004B;
}
.TagClassName
{
border-color: #6D004B;
}
</style>