Shades of Tyrian Purple #6C0F4D
Tints of Tyrian Purple #6C0F4D
RGB
CMYK
RGB Variations
Color information
#6C0F4D (or 0x6C0F4D) is known color: Tyrian Purple. HEX triplet: 6C, 0F and 4D. RGB value is (108,15,77). Sum of RGB (Red+Green+Blue) = 108+15+77=200 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0F4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0F4D is #93F0B2. Grayscale: #313131. Windows color (decimal): -9695411 or 5050220. OLE color: 5050220.
HSL color Cylindrical-coordinate representation of color #6C0F4D: hue angle of 320º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C0F4D is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 15 | 77 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.58 |
| HSL | 320º | 0.76% | 0.24% | - |
| HSV(B) | 320º | 0.86% | 0.42% | - |
| XYZ | 7.69 | 4.07 | 7.4 | - |
| YUV | 49.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 15 | 77 | 0 | 0.86 | 0.29 | 0.58 | 320 | 0.76 | 0.24 |
| Hex | 6C | F | 4D | 0 | 56 | 1D | 3A | 140 | 4C | 18 |
| Octal | 154 | 17 | 115 | 0 | 126 | 35 | 72 | 500 | 114 | 30 |
| Binary | 1101100 | 1111 | 1001101 | 0 | 1010110 | 11101 | 111010 | 101000000 | 1001100 | 11000 |
Color Harmonies of #6C0F4D
Complementary color
Monochromatic Colors of #6C0F4D
Black with #6C0F4D
Text Example
Text Example
White with #6C0F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0F4D; }
p { color: rgb(108,15,77); }
H1.HeaderClassName
{
color: #6C0F4D;
}
.AnyTagClassName
{
color: #6C0F4D;
}
</style>
background-color css
<style>
a { background-color: #6C0F4D; }
a { background-color: rgb(108,15,77); }
div.DivClassName
{
background-color: #6C0F4D;
}
.BgClassName
{
background-color: #6C0F4D;
}
</style>
border-color css
<style>
span { border-color: #6C0F4D; }
span { border-color: rgb(108,15,77); }
td.TdClassName
{
border-color: #6C0F4D;
}
.TagClassName
{
border-color: #6C0F4D;
}
</style>