Shades of Tyrian Purple #6C044F
Tints of Tyrian Purple #6C044F
RGB
CMYK
RGB Variations
Color information
#6C044F (or 0x6C044F) is known color: Tyrian Purple. HEX triplet: 6C, 04 and 4F. RGB value is (108,4,79). Sum of RGB (Red+Green+Blue) = 108+4+79=191 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.54% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 108 - color contains mainly: red. Hex color #6C044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C044F is #93FBB0. Grayscale: #2B2B2B. Windows color (decimal): -9698225 or 5178476. OLE color: 5178476.
HSL color Cylindrical-coordinate representation of color #6C044F: hue angle of 316.73º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C044F is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 4 | 79 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.58 |
| HSL | 316.73º | 0.93% | 0.22% | - |
| HSV(B) | 316.73º | 0.96% | 0.42% | - |
| XYZ | 7.64 | 3.84 | 7.74 | - |
| YUV | 43.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 79 | 0 | 0.96 | 0.27 | 0.58 | 316.73 | 0.93 | 0.22 |
| Hex | 6C | 4 | 4F | 0 | 60 | 1B | 3A | 13D | 5D | 16 |
| Octal | 154 | 4 | 117 | 0 | 140 | 33 | 72 | 475 | 135 | 26 |
| Binary | 1101100 | 100 | 1001111 | 0 | 1100000 | 11011 | 111010 | 100111101 | 1011101 | 10110 |
Color Harmonies of #6C044F
Complementary color
Monochromatic Colors of #6C044F
Black with #6C044F
Text Example
Text Example
White with #6C044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C044F; }
p { color: rgb(108,4,79); }
H1.HeaderClassName
{
color: #6C044F;
}
.AnyTagClassName
{
color: #6C044F;
}
</style>
background-color css
<style>
a { background-color: #6C044F; }
a { background-color: rgb(108,4,79); }
div.DivClassName
{
background-color: #6C044F;
}
.BgClassName
{
background-color: #6C044F;
}
</style>
border-color css
<style>
span { border-color: #6C044F; }
span { border-color: rgb(108,4,79); }
td.TdClassName
{
border-color: #6C044F;
}
.TagClassName
{
border-color: #6C044F;
}
</style>