Shades of Tyrian Purple #6F074E
Tints of Tyrian Purple #6F074E
RGB
CMYK
RGB Variations
Color information
#6F074E (or 0x6F074E) is known color: Tyrian Purple. HEX triplet: 6F, 07 and 4E. RGB value is (111,7,78). Sum of RGB (Red+Green+Blue) = 111+7+78=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F074E is #90F8B1. Grayscale: #2E2E2E. Windows color (decimal): -9500850 or 5113711. OLE color: 5113711.
HSL color Cylindrical-coordinate representation of color #6F074E: hue angle of 319.04º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F074E is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 78 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.56 |
| HSL | 319.04º | 0.88% | 0.23% | - |
| HSV(B) | 319.04º | 0.94% | 0.44% | - |
| XYZ | 8.01 | 4.08 | 7.57 | - |
| YUV | 46.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 78 | 0 | 0.94 | 0.30 | 0.56 | 319.04 | 0.88 | 0.23 |
| Hex | 6F | 7 | 4E | 0 | 5E | 1E | 38 | 13F | 58 | 17 |
| Octal | 157 | 7 | 116 | 0 | 136 | 36 | 70 | 477 | 130 | 27 |
| Binary | 1101111 | 111 | 1001110 | 0 | 1011110 | 11110 | 111000 | 100111111 | 1011000 | 10111 |
Color Harmonies of #6F074E
Complementary color
Monochromatic Colors of #6F074E
Black with #6F074E
Text Example
Text Example
White with #6F074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F074E; }
p { color: rgb(111,7,78); }
H1.HeaderClassName
{
color: #6F074E;
}
.AnyTagClassName
{
color: #6F074E;
}
</style>
background-color css
<style>
a { background-color: #6F074E; }
a { background-color: rgb(111,7,78); }
div.DivClassName
{
background-color: #6F074E;
}
.BgClassName
{
background-color: #6F074E;
}
</style>
border-color css
<style>
span { border-color: #6F074E; }
span { border-color: rgb(111,7,78); }
td.TdClassName
{
border-color: #6F074E;
}
.TagClassName
{
border-color: #6F074E;
}
</style>