Shades of Tyrian Purple #6F074D
Tints of Tyrian Purple #6F074D
RGB
CMYK
RGB Variations
Color information
#6F074D (or 0x6F074D) is known color: Tyrian Purple. HEX triplet: 6F, 07 and 4D. RGB value is (111,7,77). Sum of RGB (Red+Green+Blue) = 111+7+77=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F074D is #90F8B2. Grayscale: #2D2D2D. Windows color (decimal): -9500851 or 5048175. OLE color: 5048175.
HSL color Cylindrical-coordinate representation of color #6F074D: hue angle of 319.62º 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 #6F074D is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 77 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.56 |
| HSL | 319.62º | 0.88% | 0.23% | - |
| HSV(B) | 319.62º | 0.94% | 0.44% | - |
| XYZ | 7.97 | 4.07 | 7.39 | - |
| YUV | 46.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 77 | 0 | 0.94 | 0.31 | 0.56 | 319.62 | 0.88 | 0.23 |
| Hex | 6F | 7 | 4D | 0 | 5E | 1F | 38 | 140 | 58 | 17 |
| Octal | 157 | 7 | 115 | 0 | 136 | 37 | 70 | 500 | 130 | 27 |
| Binary | 1101111 | 111 | 1001101 | 0 | 1011110 | 11111 | 111000 | 101000000 | 1011000 | 10111 |
Color Harmonies of #6F074D
Complementary color
Monochromatic Colors of #6F074D
Black with #6F074D
Text Example
Text Example
White with #6F074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F074D; }
p { color: rgb(111,7,77); }
H1.HeaderClassName
{
color: #6F074D;
}
.AnyTagClassName
{
color: #6F074D;
}
</style>
background-color css
<style>
a { background-color: #6F074D; }
a { background-color: rgb(111,7,77); }
div.DivClassName
{
background-color: #6F074D;
}
.BgClassName
{
background-color: #6F074D;
}
</style>
border-color css
<style>
span { border-color: #6F074D; }
span { border-color: rgb(111,7,77); }
td.TdClassName
{
border-color: #6F074D;
}
.TagClassName
{
border-color: #6F074D;
}
</style>