Shades of Tyrian Purple #6C084D
Tints of Tyrian Purple #6C084D
RGB
CMYK
RGB Variations
Color information
#6C084D (or 0x6C084D) is known color: Tyrian Purple. HEX triplet: 6C, 08 and 4D. RGB value is (108,8,77). Sum of RGB (Red+Green+Blue) = 108+8+77=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C084D is #93F7B2. Grayscale: #2D2D2D. Windows color (decimal): -9697203 or 5048428. OLE color: 5048428.
HSL color Cylindrical-coordinate representation of color #6C084D: hue angle of 318.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C084D is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 8 | 77 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.58 |
| HSL | 318.6º | 0.86% | 0.23% | - |
| HSV(B) | 318.6º | 0.93% | 0.42% | - |
| XYZ | 7.61 | 3.9 | 7.37 | - |
| YUV | 45.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 8 | 77 | 0 | 0.93 | 0.29 | 0.58 | 318.6 | 0.86 | 0.23 |
| Hex | 6C | 8 | 4D | 0 | 5D | 1D | 3A | 13F | 56 | 17 |
| Octal | 154 | 10 | 115 | 0 | 135 | 35 | 72 | 477 | 126 | 27 |
| Binary | 1101100 | 1000 | 1001101 | 0 | 1011101 | 11101 | 111010 | 100111111 | 1010110 | 10111 |
Color Harmonies of #6C084D
Complementary color
Monochromatic Colors of #6C084D
Black with #6C084D
Text Example
Text Example
White with #6C084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C084D; }
p { color: rgb(108,8,77); }
H1.HeaderClassName
{
color: #6C084D;
}
.AnyTagClassName
{
color: #6C084D;
}
</style>
background-color css
<style>
a { background-color: #6C084D; }
a { background-color: rgb(108,8,77); }
div.DivClassName
{
background-color: #6C084D;
}
.BgClassName
{
background-color: #6C084D;
}
</style>
border-color css
<style>
span { border-color: #6C084D; }
span { border-color: rgb(108,8,77); }
td.TdClassName
{
border-color: #6C084D;
}
.TagClassName
{
border-color: #6C084D;
}
</style>