Shades of Tyrian Purple #6F0743
Tints of Tyrian Purple #6F0743
RGB
CMYK
RGB Variations
Color information
#6F0743 (or 0x6F0743) is known color: Tyrian Purple. HEX triplet: 6F, 07 and 43. RGB value is (111,7,67). Sum of RGB (Red+Green+Blue) = 111+7+67=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0743 is #90F8BC. Grayscale: #2C2C2C. Windows color (decimal): -9500861 or 4392815. OLE color: 4392815.
HSL color Cylindrical-coordinate representation of color #6F0743: hue angle of 325.38º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0743 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 67 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.56 |
| HSL | 325.38º | 0.88% | 0.23% | - |
| HSV(B) | 325.38º | 0.94% | 0.44% | - |
| XYZ | 7.64 | 3.94 | 5.67 | - |
| YUV | 44.94 | 140.46 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 67 | 0 | 0.94 | 0.40 | 0.56 | 325.38 | 0.88 | 0.23 |
| Hex | 6F | 7 | 43 | 0 | 5E | 28 | 38 | 145 | 58 | 17 |
| Octal | 157 | 7 | 103 | 0 | 136 | 50 | 70 | 505 | 130 | 27 |
| Binary | 1101111 | 111 | 1000011 | 0 | 1011110 | 101000 | 111000 | 101000101 | 1011000 | 10111 |
Color Harmonies of #6F0743
Complementary color
Monochromatic Colors of #6F0743
Black with #6F0743
Text Example
Text Example
White with #6F0743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0743; }
p { color: rgb(111,7,67); }
H1.HeaderClassName
{
color: #6F0743;
}
.AnyTagClassName
{
color: #6F0743;
}
</style>
background-color css
<style>
a { background-color: #6F0743; }
a { background-color: rgb(111,7,67); }
div.DivClassName
{
background-color: #6F0743;
}
.BgClassName
{
background-color: #6F0743;
}
</style>
border-color css
<style>
span { border-color: #6F0743; }
span { border-color: rgb(111,7,67); }
td.TdClassName
{
border-color: #6F0743;
}
.TagClassName
{
border-color: #6F0743;
}
</style>