Shades of Tyrian Purple #6F044D
Tints of Tyrian Purple #6F044D
RGB
CMYK
RGB Variations
Color information
#6F044D (or 0x6F044D) is known color: Tyrian Purple. HEX triplet: 6F, 04 and 4D. RGB value is (111,4,77). Sum of RGB (Red+Green+Blue) = 111+4+77=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F044D is #90FBB2. Grayscale: #2C2C2C. Windows color (decimal): -9501619 or 5047407. OLE color: 5047407.
HSL color Cylindrical-coordinate representation of color #6F044D: hue angle of 319.07º 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 #6F044D is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 77 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.56 |
| HSL | 319.07º | 0.93% | 0.23% | - |
| HSV(B) | 319.07º | 0.96% | 0.44% | - |
| XYZ | 7.94 | 4 | 7.38 | - |
| YUV | 44.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 77 | 0 | 0.96 | 0.31 | 0.56 | 319.07 | 0.93 | 0.23 |
| Hex | 6F | 4 | 4D | 0 | 60 | 1F | 38 | 13F | 5D | 17 |
| Octal | 157 | 4 | 115 | 0 | 140 | 37 | 70 | 477 | 135 | 27 |
| Binary | 1101111 | 100 | 1001101 | 0 | 1100000 | 11111 | 111000 | 100111111 | 1011101 | 10111 |
Color Harmonies of #6F044D
Complementary color
Monochromatic Colors of #6F044D
Black with #6F044D
Text Example
Text Example
White with #6F044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F044D; }
p { color: rgb(111,4,77); }
H1.HeaderClassName
{
color: #6F044D;
}
.AnyTagClassName
{
color: #6F044D;
}
</style>
background-color css
<style>
a { background-color: #6F044D; }
a { background-color: rgb(111,4,77); }
div.DivClassName
{
background-color: #6F044D;
}
.BgClassName
{
background-color: #6F044D;
}
</style>
border-color css
<style>
span { border-color: #6F044D; }
span { border-color: rgb(111,4,77); }
td.TdClassName
{
border-color: #6F044D;
}
.TagClassName
{
border-color: #6F044D;
}
</style>