Shades of Tyrian Purple #6D0952
Tints of Tyrian Purple #6D0952
RGB
CMYK
RGB Variations
Color information
#6D0952 (or 0x6D0952) is known color: Tyrian Purple. HEX triplet: 6D, 09 and 52. RGB value is (109,9,82). Sum of RGB (Red+Green+Blue) = 109+9+82=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0952 is #92F6AD. Grayscale: #2F2F2F. Windows color (decimal): -9631406 or 5376365. OLE color: 5376365.
HSL color Cylindrical-coordinate representation of color #6D0952: hue angle of 316.2º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0952 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 9 | 82 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.57 |
| HSL | 316.2º | 0.85% | 0.23% | - |
| HSV(B) | 316.2º | 0.92% | 0.43% | - |
| XYZ | 7.93 | 4.06 | 8.35 | - |
| YUV | 47.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 82 | 0 | 0.92 | 0.25 | 0.57 | 316.2 | 0.85 | 0.23 |
| Hex | 6D | 9 | 52 | 0 | 5C | 19 | 39 | 13C | 55 | 17 |
| Octal | 155 | 11 | 122 | 0 | 134 | 31 | 71 | 474 | 125 | 27 |
| Binary | 1101101 | 1001 | 1010010 | 0 | 1011100 | 11001 | 111001 | 100111100 | 1010101 | 10111 |
Color Harmonies of #6D0952
Complementary color
Monochromatic Colors of #6D0952
Black with #6D0952
Text Example
Text Example
White with #6D0952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0952; }
p { color: rgb(109,9,82); }
H1.HeaderClassName
{
color: #6D0952;
}
.AnyTagClassName
{
color: #6D0952;
}
</style>
background-color css
<style>
a { background-color: #6D0952; }
a { background-color: rgb(109,9,82); }
div.DivClassName
{
background-color: #6D0952;
}
.BgClassName
{
background-color: #6D0952;
}
</style>
border-color css
<style>
span { border-color: #6D0952; }
span { border-color: rgb(109,9,82); }
td.TdClassName
{
border-color: #6D0952;
}
.TagClassName
{
border-color: #6D0952;
}
</style>