Shades of Tyrian Purple #6F0437
Tints of Tyrian Purple #6F0437
RGB
CMYK
RGB Variations
Color information
#6F0437 (or 0x6F0437) is known color: Tyrian Purple. HEX triplet: 6F, 04 and 37. RGB value is (111,4,55). Sum of RGB (Red+Green+Blue) = 111+4+55=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0437 is #90FBC8. Grayscale: #292929. Windows color (decimal): -9501641 or 3605615. OLE color: 3605615.
HSL color Cylindrical-coordinate representation of color #6F0437: hue angle of 331.4º 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 #6F0437 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 55 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.56 |
| HSL | 331.4º | 0.93% | 0.23% | - |
| HSV(B) | 331.4º | 0.96% | 0.44% | - |
| XYZ | 7.29 | 3.74 | 3.95 | - |
| YUV | 41.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 55 | 0 | 0.96 | 0.50 | 0.56 | 331.4 | 0.93 | 0.23 |
| Hex | 6F | 4 | 37 | 0 | 60 | 32 | 38 | 14B | 5D | 17 |
| Octal | 157 | 4 | 67 | 0 | 140 | 62 | 70 | 513 | 135 | 27 |
| Binary | 1101111 | 100 | 110111 | 0 | 1100000 | 110010 | 111000 | 101001011 | 1011101 | 10111 |
Color Harmonies of #6F0437
Complementary color
Monochromatic Colors of #6F0437
Black with #6F0437
Text Example
Text Example
White with #6F0437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0437; }
p { color: rgb(111,4,55); }
H1.HeaderClassName
{
color: #6F0437;
}
.AnyTagClassName
{
color: #6F0437;
}
</style>
background-color css
<style>
a { background-color: #6F0437; }
a { background-color: rgb(111,4,55); }
div.DivClassName
{
background-color: #6F0437;
}
.BgClassName
{
background-color: #6F0437;
}
</style>
border-color css
<style>
span { border-color: #6F0437; }
span { border-color: rgb(111,4,55); }
td.TdClassName
{
border-color: #6F0437;
}
.TagClassName
{
border-color: #6F0437;
}
</style>