Shades of Tyrian Purple #6C004B
Tints of Tyrian Purple #6C004B
RGB
CMYK
RGB Variations
Color information
#6C004B (or 0x6C004B) is known color: Tyrian Purple. HEX triplet: 6C, 00 and 4B. RGB value is (108,0,75). Sum of RGB (Red+Green+Blue) = 108+0+75=183 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.02% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 108 - color contains mainly: red. Hex color #6C004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C004B is #93FFB4. Grayscale: #282828. Windows color (decimal): -9699253 or 4915308. OLE color: 4915308.
HSL color Cylindrical-coordinate representation of color #6C004B: hue angle of 318.33º 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 #6C004B is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.31 | 0.58 |
| HSL | 318.33º | 1% | 0.21% | - |
| HSV(B) | 318.33º | 1% | 0.42% | - |
| XYZ | 7.45 | 3.7 | 6.98 | - |
| YUV | 40.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 75 | 0 | 1 | 0.31 | 0.58 | 318.33 | 1 | 0.21 |
| Hex | 6C | 0 | 4B | 0 | 64 | 1F | 3A | 13E | 64 | 15 |
| Octal | 154 | 0 | 113 | 0 | 144 | 37 | 72 | 476 | 144 | 25 |
| Binary | 1101100 | 0 | 1001011 | 0 | 1100100 | 11111 | 111010 | 100111110 | 1100100 | 10101 |
Color Harmonies of #6C004B
Complementary color
Monochromatic Colors of #6C004B
Black with #6C004B
Text Example
Text Example
White with #6C004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C004B; }
p { color: rgb(108,0,75); }
H1.HeaderClassName
{
color: #6C004B;
}
.AnyTagClassName
{
color: #6C004B;
}
</style>
background-color css
<style>
a { background-color: #6C004B; }
a { background-color: rgb(108,0,75); }
div.DivClassName
{
background-color: #6C004B;
}
.BgClassName
{
background-color: #6C004B;
}
</style>
border-color css
<style>
span { border-color: #6C004B; }
span { border-color: rgb(108,0,75); }
td.TdClassName
{
border-color: #6C004B;
}
.TagClassName
{
border-color: #6C004B;
}
</style>