Shades of Tyrian Purple #6D0953
Tints of Tyrian Purple #6D0953
RGB
CMYK
RGB Variations
Color information
#6D0953 (or 0x6D0953) is known color: Tyrian Purple. HEX triplet: 6D, 09 and 53. RGB value is (109,9,83). Sum of RGB (Red+Green+Blue) = 109+9+83=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0953 is #92F6AC. Grayscale: #2F2F2F. Windows color (decimal): -9631405 or 5441901. OLE color: 5441901.
HSL color Cylindrical-coordinate representation of color #6D0953: hue angle of 315.6º 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 #6D0953 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 9 | 83 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.57 |
| HSL | 315.6º | 0.85% | 0.23% | - |
| HSV(B) | 315.6º | 0.92% | 0.43% | - |
| XYZ | 7.97 | 4.07 | 8.55 | - |
| YUV | 47.34 | 148.13 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 83 | 0 | 0.92 | 0.24 | 0.57 | 315.6 | 0.85 | 0.23 |
| Hex | 6D | 9 | 53 | 0 | 5C | 18 | 39 | 13C | 55 | 17 |
| Octal | 155 | 11 | 123 | 0 | 134 | 30 | 71 | 474 | 125 | 27 |
| Binary | 1101101 | 1001 | 1010011 | 0 | 1011100 | 11000 | 111001 | 100111100 | 1010101 | 10111 |
Color Harmonies of #6D0953
Complementary color
Monochromatic Colors of #6D0953
Black with #6D0953
Text Example
Text Example
White with #6D0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0953; }
p { color: rgb(109,9,83); }
H1.HeaderClassName
{
color: #6D0953;
}
.AnyTagClassName
{
color: #6D0953;
}
</style>
background-color css
<style>
a { background-color: #6D0953; }
a { background-color: rgb(109,9,83); }
div.DivClassName
{
background-color: #6D0953;
}
.BgClassName
{
background-color: #6D0953;
}
</style>
border-color css
<style>
span { border-color: #6D0953; }
span { border-color: rgb(109,9,83); }
td.TdClassName
{
border-color: #6D0953;
}
.TagClassName
{
border-color: #6D0953;
}
</style>