Shades of Tyrian Purple #6F005D
Tints of Tyrian Purple #6F005D
RGB
CMYK
RGB Variations
Color information
#6F005D (or 0x6F005D) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 5D. RGB value is (111,0,93). Sum of RGB (Red+Green+Blue) = 111+0+93=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F005D is #90FFA2. Grayscale: #2B2B2B. Windows color (decimal): -9502627 or 6094959. OLE color: 6094959.
HSL color Cylindrical-coordinate representation of color #6F005D: hue angle of 309.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F005D is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.16 | 0.56 |
| HSL | 309.73º | 1% | 0.22% | - |
| HSV(B) | 309.73º | 1% | 0.44% | - |
| XYZ | 8.53 | 4.17 | 10.71 | - |
| YUV | 43.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 93 | 0 | 1 | 0.16 | 0.56 | 309.73 | 1 | 0.22 |
| Hex | 6F | 0 | 5D | 0 | 64 | 10 | 38 | 136 | 64 | 16 |
| Octal | 157 | 0 | 135 | 0 | 144 | 20 | 70 | 466 | 144 | 26 |
| Binary | 1101111 | 0 | 1011101 | 0 | 1100100 | 10000 | 111000 | 100110110 | 1100100 | 10110 |
Color Harmonies of #6F005D
Complementary color
Monochromatic Colors of #6F005D
Black with #6F005D
Text Example
Text Example
White with #6F005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F005D; }
p { color: rgb(111,0,93); }
H1.HeaderClassName
{
color: #6F005D;
}
.AnyTagClassName
{
color: #6F005D;
}
</style>
background-color css
<style>
a { background-color: #6F005D; }
a { background-color: rgb(111,0,93); }
div.DivClassName
{
background-color: #6F005D;
}
.BgClassName
{
background-color: #6F005D;
}
</style>
border-color css
<style>
span { border-color: #6F005D; }
span { border-color: rgb(111,0,93); }
td.TdClassName
{
border-color: #6F005D;
}
.TagClassName
{
border-color: #6F005D;
}
</style>