Shades of Tyrian Purple #6F023E
Tints of Tyrian Purple #6F023E
RGB
CMYK
RGB Variations
Color information
#6F023E (or 0x6F023E) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 3E. RGB value is (111,2,62). Sum of RGB (Red+Green+Blue) = 111+2+62=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F023E is #90FDC1. Grayscale: #292929. Windows color (decimal): -9502146 or 4063855. OLE color: 4063855.
HSL color Cylindrical-coordinate representation of color #6F023E: hue angle of 326.97º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F023E is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 62 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.56 |
| HSL | 326.97º | 0.96% | 0.22% | - |
| HSV(B) | 326.97º | 0.98% | 0.44% | - |
| XYZ | 7.45 | 3.77 | 4.89 | - |
| YUV | 41.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 62 | 0 | 0.98 | 0.44 | 0.56 | 326.97 | 0.96 | 0.22 |
| Hex | 6F | 2 | 3E | 0 | 62 | 2C | 38 | 147 | 60 | 16 |
| Octal | 157 | 2 | 76 | 0 | 142 | 54 | 70 | 507 | 140 | 26 |
| Binary | 1101111 | 10 | 111110 | 0 | 1100010 | 101100 | 111000 | 101000111 | 1100000 | 10110 |
Color Harmonies of #6F023E
Complementary color
Monochromatic Colors of #6F023E
Black with #6F023E
Text Example
Text Example
White with #6F023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F023E; }
p { color: rgb(111,2,62); }
H1.HeaderClassName
{
color: #6F023E;
}
.AnyTagClassName
{
color: #6F023E;
}
</style>
background-color css
<style>
a { background-color: #6F023E; }
a { background-color: rgb(111,2,62); }
div.DivClassName
{
background-color: #6F023E;
}
.BgClassName
{
background-color: #6F023E;
}
</style>
border-color css
<style>
span { border-color: #6F023E; }
span { border-color: rgb(111,2,62); }
td.TdClassName
{
border-color: #6F023E;
}
.TagClassName
{
border-color: #6F023E;
}
</style>