Shades of Tyrian Purple #6F0343
Tints of Tyrian Purple #6F0343
RGB
CMYK
RGB Variations
Color information
#6F0343 (or 0x6F0343) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 43. RGB value is (111,3,67). Sum of RGB (Red+Green+Blue) = 111+3+67=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0343 is #90FCBC. Grayscale: #2A2A2A. Windows color (decimal): -9501885 or 4391791. OLE color: 4391791.
HSL color Cylindrical-coordinate representation of color #6F0343: hue angle of 324.44º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F0343 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 67 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.56 |
| HSL | 324.44º | 0.95% | 0.22% | - |
| HSV(B) | 324.44º | 0.97% | 0.44% | - |
| XYZ | 7.6 | 3.85 | 5.65 | - |
| YUV | 42.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 67 | 0 | 0.97 | 0.40 | 0.56 | 324.44 | 0.95 | 0.22 |
| Hex | 6F | 3 | 43 | 0 | 61 | 28 | 38 | 144 | 5F | 16 |
| Octal | 157 | 3 | 103 | 0 | 141 | 50 | 70 | 504 | 137 | 26 |
| Binary | 1101111 | 11 | 1000011 | 0 | 1100001 | 101000 | 111000 | 101000100 | 1011111 | 10110 |
Color Harmonies of #6F0343
Complementary color
Monochromatic Colors of #6F0343
Black with #6F0343
Text Example
Text Example
White with #6F0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0343; }
p { color: rgb(111,3,67); }
H1.HeaderClassName
{
color: #6F0343;
}
.AnyTagClassName
{
color: #6F0343;
}
</style>
background-color css
<style>
a { background-color: #6F0343; }
a { background-color: rgb(111,3,67); }
div.DivClassName
{
background-color: #6F0343;
}
.BgClassName
{
background-color: #6F0343;
}
</style>
border-color css
<style>
span { border-color: #6F0343; }
span { border-color: rgb(111,3,67); }
td.TdClassName
{
border-color: #6F0343;
}
.TagClassName
{
border-color: #6F0343;
}
</style>