Shades of Tyrian Purple #6F005C
Tints of Tyrian Purple #6F005C
RGB
CMYK
RGB Variations
Color information
#6F005C (or 0x6F005C) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 5C. RGB value is (111,0,92). Sum of RGB (Red+Green+Blue) = 111+0+92=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F005C is #90FFA3. Grayscale: #2B2B2B. Windows color (decimal): -9502628 or 6029423. OLE color: 6029423.
HSL color Cylindrical-coordinate representation of color #6F005C: hue angle of 310.27º 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 #6F005C is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.17 | 0.56 |
| HSL | 310.27º | 1% | 0.22% | - |
| HSV(B) | 310.27º | 1% | 0.44% | - |
| XYZ | 8.49 | 4.15 | 10.48 | - |
| YUV | 43.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 92 | 0 | 1 | 0.17 | 0.56 | 310.27 | 1 | 0.22 |
| Hex | 6F | 0 | 5C | 0 | 64 | 11 | 38 | 136 | 64 | 16 |
| Octal | 157 | 0 | 134 | 0 | 144 | 21 | 70 | 466 | 144 | 26 |
| Binary | 1101111 | 0 | 1011100 | 0 | 1100100 | 10001 | 111000 | 100110110 | 1100100 | 10110 |
Color Harmonies of #6F005C
Complementary color
Monochromatic Colors of #6F005C
Black with #6F005C
Text Example
Text Example
White with #6F005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F005C; }
p { color: rgb(111,0,92); }
H1.HeaderClassName
{
color: #6F005C;
}
.AnyTagClassName
{
color: #6F005C;
}
</style>
background-color css
<style>
a { background-color: #6F005C; }
a { background-color: rgb(111,0,92); }
div.DivClassName
{
background-color: #6F005C;
}
.BgClassName
{
background-color: #6F005C;
}
</style>
border-color css
<style>
span { border-color: #6F005C; }
span { border-color: rgb(111,0,92); }
td.TdClassName
{
border-color: #6F005C;
}
.TagClassName
{
border-color: #6F005C;
}
</style>