Shades of Tyrian Purple #6F0A39
Tints of Tyrian Purple #6F0A39
RGB
CMYK
RGB Variations
Color information
#6F0A39 (or 0x6F0A39) is known color: Tyrian Purple. HEX triplet: 6F, 0A and 39. RGB value is (111,10,57). Sum of RGB (Red+Green+Blue) = 111+10+57=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0A39 is #90F5C6. Grayscale: #2D2D2D. Windows color (decimal): -9500103 or 3738223. OLE color: 3738223.
HSL color Cylindrical-coordinate representation of color #6F0A39: hue angle of 332.08º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A39 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 10 | 57 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.56 |
| HSL | 332.08º | 0.83% | 0.24% | - |
| HSV(B) | 332.08º | 0.91% | 0.44% | - |
| XYZ | 7.4 | 3.89 | 4.23 | - |
| YUV | 45.56 | 134.46 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 57 | 0 | 0.91 | 0.49 | 0.56 | 332.08 | 0.83 | 0.24 |
| Hex | 6F | A | 39 | 0 | 5B | 31 | 38 | 14C | 53 | 18 |
| Octal | 157 | 12 | 71 | 0 | 133 | 61 | 70 | 514 | 123 | 30 |
| Binary | 1101111 | 1010 | 111001 | 0 | 1011011 | 110001 | 111000 | 101001100 | 1010011 | 11000 |
Color Harmonies of #6F0A39
Complementary color
Monochromatic Colors of #6F0A39
Black with #6F0A39
Text Example
Text Example
White with #6F0A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A39; }
p { color: rgb(111,10,57); }
H1.HeaderClassName
{
color: #6F0A39;
}
.AnyTagClassName
{
color: #6F0A39;
}
</style>
background-color css
<style>
a { background-color: #6F0A39; }
a { background-color: rgb(111,10,57); }
div.DivClassName
{
background-color: #6F0A39;
}
.BgClassName
{
background-color: #6F0A39;
}
</style>
border-color css
<style>
span { border-color: #6F0A39; }
span { border-color: rgb(111,10,57); }
td.TdClassName
{
border-color: #6F0A39;
}
.TagClassName
{
border-color: #6F0A39;
}
</style>