Shades of Tyrian Purple #6F043C
Tints of Tyrian Purple #6F043C
RGB
CMYK
RGB Variations
Color information
#6F043C (or 0x6F043C) is known color: Tyrian Purple. HEX triplet: 6F, 04 and 3C. RGB value is (111,4,60). Sum of RGB (Red+Green+Blue) = 111+4+60=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F043C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F043C is #90FBC3. Grayscale: #2A2A2A. Windows color (decimal): -9501636 or 3933295. OLE color: 3933295.
HSL color Cylindrical-coordinate representation of color #6F043C: hue angle of 328.6º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F043C is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 60 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.56 |
| HSL | 328.6º | 0.93% | 0.23% | - |
| HSV(B) | 328.6º | 0.96% | 0.44% | - |
| XYZ | 7.41 | 3.79 | 4.62 | - |
| YUV | 42.38 | 137.95 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 60 | 0 | 0.96 | 0.46 | 0.56 | 328.6 | 0.93 | 0.23 |
| Hex | 6F | 4 | 3C | 0 | 60 | 2E | 38 | 149 | 5D | 17 |
| Octal | 157 | 4 | 74 | 0 | 140 | 56 | 70 | 511 | 135 | 27 |
| Binary | 1101111 | 100 | 111100 | 0 | 1100000 | 101110 | 111000 | 101001001 | 1011101 | 10111 |
Color Harmonies of #6F043C
Complementary color
Monochromatic Colors of #6F043C
Black with #6F043C
Text Example
Text Example
White with #6F043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F043C; }
p { color: rgb(111,4,60); }
H1.HeaderClassName
{
color: #6F043C;
}
.AnyTagClassName
{
color: #6F043C;
}
</style>
background-color css
<style>
a { background-color: #6F043C; }
a { background-color: rgb(111,4,60); }
div.DivClassName
{
background-color: #6F043C;
}
.BgClassName
{
background-color: #6F043C;
}
</style>
border-color css
<style>
span { border-color: #6F043C; }
span { border-color: rgb(111,4,60); }
td.TdClassName
{
border-color: #6F043C;
}
.TagClassName
{
border-color: #6F043C;
}
</style>