Shades of Tyrian Purple #6F044C
Tints of Tyrian Purple #6F044C
RGB
CMYK
RGB Variations
Color information
#6F044C (or 0x6F044C) is known color: Tyrian Purple. HEX triplet: 6F, 04 and 4C. RGB value is (111,4,76). Sum of RGB (Red+Green+Blue) = 111+4+76=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F044C is #90FBB3. Grayscale: #2C2C2C. Windows color (decimal): -9501620 or 4981871. OLE color: 4981871.
HSL color Cylindrical-coordinate representation of color #6F044C: hue angle of 319.63º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F044C is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 76 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.56 |
| HSL | 319.63º | 0.93% | 0.23% | - |
| HSV(B) | 319.63º | 0.96% | 0.44% | - |
| XYZ | 7.9 | 3.99 | 7.19 | - |
| YUV | 44.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 76 | 0 | 0.96 | 0.32 | 0.56 | 319.63 | 0.93 | 0.23 |
| Hex | 6F | 4 | 4C | 0 | 60 | 20 | 38 | 140 | 5D | 17 |
| Octal | 157 | 4 | 114 | 0 | 140 | 40 | 70 | 500 | 135 | 27 |
| Binary | 1101111 | 100 | 1001100 | 0 | 1100000 | 100000 | 111000 | 101000000 | 1011101 | 10111 |
Color Harmonies of #6F044C
Complementary color
Monochromatic Colors of #6F044C
Black with #6F044C
Text Example
Text Example
White with #6F044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F044C; }
p { color: rgb(111,4,76); }
H1.HeaderClassName
{
color: #6F044C;
}
.AnyTagClassName
{
color: #6F044C;
}
</style>
background-color css
<style>
a { background-color: #6F044C; }
a { background-color: rgb(111,4,76); }
div.DivClassName
{
background-color: #6F044C;
}
.BgClassName
{
background-color: #6F044C;
}
</style>
border-color css
<style>
span { border-color: #6F044C; }
span { border-color: rgb(111,4,76); }
td.TdClassName
{
border-color: #6F044C;
}
.TagClassName
{
border-color: #6F044C;
}
</style>