Shades of Tyrian Purple #6C005B
Tints of Tyrian Purple #6C005B
RGB
CMYK
RGB Variations
Color information
#6C005B (or 0x6C005B) is known color: Tyrian Purple. HEX triplet: 6C, 00 and 5B. RGB value is (108,0,91). Sum of RGB (Red+Green+Blue) = 108+0+91=199 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.27% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 108 - color contains mainly: red. Hex color #6C005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C005B is #93FFA4. Grayscale: #2A2A2A. Windows color (decimal): -9699237 or 5963884. OLE color: 5963884.
HSL color Cylindrical-coordinate representation of color #6C005B: hue angle of 309.44º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C005B is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.16 | 0.58 |
| HSL | 309.44º | 1% | 0.21% | - |
| HSV(B) | 309.44º | 1% | 0.42% | - |
| XYZ | 8.07 | 3.94 | 10.23 | - |
| YUV | 42.67 | 155.28 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 91 | 0 | 1 | 0.16 | 0.58 | 309.44 | 1 | 0.21 |
| Hex | 6C | 0 | 5B | 0 | 64 | 10 | 3A | 135 | 64 | 15 |
| Octal | 154 | 0 | 133 | 0 | 144 | 20 | 72 | 465 | 144 | 25 |
| Binary | 1101100 | 0 | 1011011 | 0 | 1100100 | 10000 | 111010 | 100110101 | 1100100 | 10101 |
Color Harmonies of #6C005B
Complementary color
Monochromatic Colors of #6C005B
Black with #6C005B
Text Example
Text Example
White with #6C005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C005B; }
p { color: rgb(108,0,91); }
H1.HeaderClassName
{
color: #6C005B;
}
.AnyTagClassName
{
color: #6C005B;
}
</style>
background-color css
<style>
a { background-color: #6C005B; }
a { background-color: rgb(108,0,91); }
div.DivClassName
{
background-color: #6C005B;
}
.BgClassName
{
background-color: #6C005B;
}
</style>
border-color css
<style>
span { border-color: #6C005B; }
span { border-color: rgb(108,0,91); }
td.TdClassName
{
border-color: #6C005B;
}
.TagClassName
{
border-color: #6C005B;
}
</style>