Shades of Tyrian Purple #6F0536
Tints of Tyrian Purple #6F0536
RGB
CMYK
RGB Variations
Color information
#6F0536 (or 0x6F0536) is known color: Tyrian Purple. HEX triplet: 6F, 05 and 36. RGB value is (111,5,54). Sum of RGB (Red+Green+Blue) = 111+5+54=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0536 is #90FAC9. Grayscale: #2A2A2A. Windows color (decimal): -9501386 or 3540335. OLE color: 3540335.
HSL color Cylindrical-coordinate representation of color #6F0536: hue angle of 332.26º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0536 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 5 | 54 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.56 |
| HSL | 332.26º | 0.91% | 0.23% | - |
| HSV(B) | 332.26º | 0.95% | 0.44% | - |
| XYZ | 7.28 | 3.75 | 3.83 | - |
| YUV | 42.28 | 134.62 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 54 | 0 | 0.95 | 0.51 | 0.56 | 332.26 | 0.91 | 0.23 |
| Hex | 6F | 5 | 36 | 0 | 5F | 33 | 38 | 14C | 5B | 17 |
| Octal | 157 | 5 | 66 | 0 | 137 | 63 | 70 | 514 | 133 | 27 |
| Binary | 1101111 | 101 | 110110 | 0 | 1011111 | 110011 | 111000 | 101001100 | 1011011 | 10111 |
Color Harmonies of #6F0536
Complementary color
Monochromatic Colors of #6F0536
Black with #6F0536
Text Example
Text Example
White with #6F0536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0536; }
p { color: rgb(111,5,54); }
H1.HeaderClassName
{
color: #6F0536;
}
.AnyTagClassName
{
color: #6F0536;
}
</style>
background-color css
<style>
a { background-color: #6F0536; }
a { background-color: rgb(111,5,54); }
div.DivClassName
{
background-color: #6F0536;
}
.BgClassName
{
background-color: #6F0536;
}
</style>
border-color css
<style>
span { border-color: #6F0536; }
span { border-color: rgb(111,5,54); }
td.TdClassName
{
border-color: #6F0536;
}
.TagClassName
{
border-color: #6F0536;
}
</style>