Shades of Tyrian Purple #6F084D
Tints of Tyrian Purple #6F084D
RGB
CMYK
RGB Variations
Color information
#6F084D (or 0x6F084D) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 4D. RGB value is (111,8,77). Sum of RGB (Red+Green+Blue) = 111+8+77=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F084D is #90F7B2. Grayscale: #2E2E2E. Windows color (decimal): -9500595 or 5048431. OLE color: 5048431.
HSL color Cylindrical-coordinate representation of color #6F084D: hue angle of 319.81º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F084D is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 77 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.56 |
| HSL | 319.81º | 0.87% | 0.23% | - |
| HSV(B) | 319.81º | 0.93% | 0.44% | - |
| XYZ | 7.98 | 4.09 | 7.39 | - |
| YUV | 46.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 77 | 0 | 0.93 | 0.31 | 0.56 | 319.81 | 0.87 | 0.23 |
| Hex | 6F | 8 | 4D | 0 | 5D | 1F | 38 | 140 | 57 | 17 |
| Octal | 157 | 10 | 115 | 0 | 135 | 37 | 70 | 500 | 127 | 27 |
| Binary | 1101111 | 1000 | 1001101 | 0 | 1011101 | 11111 | 111000 | 101000000 | 1010111 | 10111 |
Color Harmonies of #6F084D
Complementary color
Monochromatic Colors of #6F084D
Black with #6F084D
Text Example
Text Example
White with #6F084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F084D; }
p { color: rgb(111,8,77); }
H1.HeaderClassName
{
color: #6F084D;
}
.AnyTagClassName
{
color: #6F084D;
}
</style>
background-color css
<style>
a { background-color: #6F084D; }
a { background-color: rgb(111,8,77); }
div.DivClassName
{
background-color: #6F084D;
}
.BgClassName
{
background-color: #6F084D;
}
</style>
border-color css
<style>
span { border-color: #6F084D; }
span { border-color: rgb(111,8,77); }
td.TdClassName
{
border-color: #6F084D;
}
.TagClassName
{
border-color: #6F084D;
}
</style>