Shades of Tyrian Purple #6D0C52
Tints of Tyrian Purple #6D0C52
RGB
CMYK
RGB Variations
Color information
#6D0C52 (or 0x6D0C52) is known color: Tyrian Purple. HEX triplet: 6D, 0C and 52. RGB value is (109,12,82). Sum of RGB (Red+Green+Blue) = 109+12+82=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0C52 is #92F3AD. Grayscale: #303030. Windows color (decimal): -9630638 or 5377133. OLE color: 5377133.
HSL color Cylindrical-coordinate representation of color #6D0C52: hue angle of 316.7º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D0C52 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 12 | 82 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.57 |
| HSL | 316.7º | 0.8% | 0.24% | - |
| HSV(B) | 316.7º | 0.89% | 0.43% | - |
| XYZ | 7.96 | 4.12 | 8.36 | - |
| YUV | 48.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 82 | 0 | 0.89 | 0.25 | 0.57 | 316.7 | 0.8 | 0.24 |
| Hex | 6D | C | 52 | 0 | 59 | 19 | 39 | 13D | 50 | 18 |
| Octal | 155 | 14 | 122 | 0 | 131 | 31 | 71 | 475 | 120 | 30 |
| Binary | 1101101 | 1100 | 1010010 | 0 | 1011001 | 11001 | 111001 | 100111101 | 1010000 | 11000 |
Color Harmonies of #6D0C52
Complementary color
Monochromatic Colors of #6D0C52
Black with #6D0C52
Text Example
Text Example
White with #6D0C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0C52; }
p { color: rgb(109,12,82); }
H1.HeaderClassName
{
color: #6D0C52;
}
.AnyTagClassName
{
color: #6D0C52;
}
</style>
background-color css
<style>
a { background-color: #6D0C52; }
a { background-color: rgb(109,12,82); }
div.DivClassName
{
background-color: #6D0C52;
}
.BgClassName
{
background-color: #6D0C52;
}
</style>
border-color css
<style>
span { border-color: #6D0C52; }
span { border-color: rgb(109,12,82); }
td.TdClassName
{
border-color: #6D0C52;
}
.TagClassName
{
border-color: #6D0C52;
}
</style>