Shades of Tyrian Purple #6F083F
Tints of Tyrian Purple #6F083F
RGB
CMYK
RGB Variations
Color information
#6F083F (or 0x6F083F) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 3F. RGB value is (111,8,63). Sum of RGB (Red+Green+Blue) = 111+8+63=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F083F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F083F is #90F7C0. Grayscale: #2C2C2C. Windows color (decimal): -9500609 or 4130927. OLE color: 4130927.
HSL color Cylindrical-coordinate representation of color #6F083F: hue angle of 327.96º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F083F is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 63 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.56 |
| HSL | 327.96º | 0.87% | 0.23% | - |
| HSV(B) | 327.96º | 0.93% | 0.44% | - |
| XYZ | 7.54 | 3.91 | 5.06 | - |
| YUV | 45.07 | 138.12 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 63 | 0 | 0.93 | 0.43 | 0.56 | 327.96 | 0.87 | 0.23 |
| Hex | 6F | 8 | 3F | 0 | 5D | 2B | 38 | 148 | 57 | 17 |
| Octal | 157 | 10 | 77 | 0 | 135 | 53 | 70 | 510 | 127 | 27 |
| Binary | 1101111 | 1000 | 111111 | 0 | 1011101 | 101011 | 111000 | 101001000 | 1010111 | 10111 |
Color Harmonies of #6F083F
Complementary color
Monochromatic Colors of #6F083F
Black with #6F083F
Text Example
Text Example
White with #6F083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F083F; }
p { color: rgb(111,8,63); }
H1.HeaderClassName
{
color: #6F083F;
}
.AnyTagClassName
{
color: #6F083F;
}
</style>
background-color css
<style>
a { background-color: #6F083F; }
a { background-color: rgb(111,8,63); }
div.DivClassName
{
background-color: #6F083F;
}
.BgClassName
{
background-color: #6F083F;
}
</style>
border-color css
<style>
span { border-color: #6F083F; }
span { border-color: rgb(111,8,63); }
td.TdClassName
{
border-color: #6F083F;
}
.TagClassName
{
border-color: #6F083F;
}
</style>