Shades of Tyrian Purple #6C084C
Tints of Tyrian Purple #6C084C
RGB
CMYK
RGB Variations
Color information
#6C084C (or 0x6C084C) is known color: Tyrian Purple. HEX triplet: 6C, 08 and 4C. RGB value is (108,8,76). Sum of RGB (Red+Green+Blue) = 108+8+76=192 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.25% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 108 - color contains mainly: red. Hex color #6C084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C084C is #93F7B3. Grayscale: #2D2D2D. Windows color (decimal): -9697204 or 4982892. OLE color: 4982892.
HSL color Cylindrical-coordinate representation of color #6C084C: hue angle of 319.2º 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 #6C084C is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 8 | 76 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.58 |
| HSL | 319.2º | 0.86% | 0.23% | - |
| HSV(B) | 319.2º | 0.93% | 0.42% | - |
| XYZ | 7.58 | 3.88 | 7.19 | - |
| YUV | 45.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 8 | 76 | 0 | 0.93 | 0.30 | 0.58 | 319.2 | 0.86 | 0.23 |
| Hex | 6C | 8 | 4C | 0 | 5D | 1E | 3A | 13F | 56 | 17 |
| Octal | 154 | 10 | 114 | 0 | 135 | 36 | 72 | 477 | 126 | 27 |
| Binary | 1101100 | 1000 | 1001100 | 0 | 1011101 | 11110 | 111010 | 100111111 | 1010110 | 10111 |
Color Harmonies of #6C084C
Complementary color
Monochromatic Colors of #6C084C
Black with #6C084C
Text Example
Text Example
White with #6C084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C084C; }
p { color: rgb(108,8,76); }
H1.HeaderClassName
{
color: #6C084C;
}
.AnyTagClassName
{
color: #6C084C;
}
</style>
background-color css
<style>
a { background-color: #6C084C; }
a { background-color: rgb(108,8,76); }
div.DivClassName
{
background-color: #6C084C;
}
.BgClassName
{
background-color: #6C084C;
}
</style>
border-color css
<style>
span { border-color: #6C084C; }
span { border-color: rgb(108,8,76); }
td.TdClassName
{
border-color: #6C084C;
}
.TagClassName
{
border-color: #6C084C;
}
</style>