Shades of Tyrian Purple #6C0850
Tints of Tyrian Purple #6C0850
RGB
CMYK
RGB Variations
Color information
#6C0850 (or 0x6C0850) is known color: Tyrian Purple. HEX triplet: 6C, 08 and 50. RGB value is (108,8,80). Sum of RGB (Red+Green+Blue) = 108+8+80=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0850 is #93F7AF. Grayscale: #2D2D2D. Windows color (decimal): -9697200 or 5245036. OLE color: 5245036.
HSL color Cylindrical-coordinate representation of color #6C0850: hue angle of 316.8º 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 #6C0850 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 8 | 80 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.58 |
| HSL | 316.8º | 0.86% | 0.23% | - |
| HSV(B) | 316.8º | 0.93% | 0.42% | - |
| XYZ | 7.72 | 3.94 | 7.94 | - |
| YUV | 46.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 8 | 80 | 0 | 0.93 | 0.26 | 0.58 | 316.8 | 0.86 | 0.23 |
| Hex | 6C | 8 | 50 | 0 | 5D | 1A | 3A | 13D | 56 | 17 |
| Octal | 154 | 10 | 120 | 0 | 135 | 32 | 72 | 475 | 126 | 27 |
| Binary | 1101100 | 1000 | 1010000 | 0 | 1011101 | 11010 | 111010 | 100111101 | 1010110 | 10111 |
Color Harmonies of #6C0850
Complementary color
Monochromatic Colors of #6C0850
Black with #6C0850
Text Example
Text Example
White with #6C0850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0850; }
p { color: rgb(108,8,80); }
H1.HeaderClassName
{
color: #6C0850;
}
.AnyTagClassName
{
color: #6C0850;
}
</style>
background-color css
<style>
a { background-color: #6C0850; }
a { background-color: rgb(108,8,80); }
div.DivClassName
{
background-color: #6C0850;
}
.BgClassName
{
background-color: #6C0850;
}
</style>
border-color css
<style>
span { border-color: #6C0850; }
span { border-color: rgb(108,8,80); }
td.TdClassName
{
border-color: #6C0850;
}
.TagClassName
{
border-color: #6C0850;
}
</style>