Shades of Tyrian Purple #6F043D
Tints of Tyrian Purple #6F043D
RGB
CMYK
RGB Variations
Color information
#6F043D (or 0x6F043D) is known color: Tyrian Purple. HEX triplet: 6F, 04 and 3D. RGB value is (111,4,61). Sum of RGB (Red+Green+Blue) = 111+4+61=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F043D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F043D is #90FBC2. Grayscale: #2A2A2A. Windows color (decimal): -9501635 or 3998831. OLE color: 3998831.
HSL color Cylindrical-coordinate representation of color #6F043D: hue angle of 328.04º 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 #6F043D is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 61 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.56 |
| HSL | 328.04º | 0.93% | 0.23% | - |
| HSV(B) | 328.04º | 0.96% | 0.44% | - |
| XYZ | 7.44 | 3.8 | 4.76 | - |
| YUV | 42.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 61 | 0 | 0.96 | 0.45 | 0.56 | 328.04 | 0.93 | 0.23 |
| Hex | 6F | 4 | 3D | 0 | 60 | 2D | 38 | 148 | 5D | 17 |
| Octal | 157 | 4 | 75 | 0 | 140 | 55 | 70 | 510 | 135 | 27 |
| Binary | 1101111 | 100 | 111101 | 0 | 1100000 | 101101 | 111000 | 101001000 | 1011101 | 10111 |
Color Harmonies of #6F043D
Complementary color
Monochromatic Colors of #6F043D
Black with #6F043D
Text Example
Text Example
White with #6F043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F043D; }
p { color: rgb(111,4,61); }
H1.HeaderClassName
{
color: #6F043D;
}
.AnyTagClassName
{
color: #6F043D;
}
</style>
background-color css
<style>
a { background-color: #6F043D; }
a { background-color: rgb(111,4,61); }
div.DivClassName
{
background-color: #6F043D;
}
.BgClassName
{
background-color: #6F043D;
}
</style>
border-color css
<style>
span { border-color: #6F043D; }
span { border-color: rgb(111,4,61); }
td.TdClassName
{
border-color: #6F043D;
}
.TagClassName
{
border-color: #6F043D;
}
</style>