Shades of Tyrian Purple #6F083D
Tints of Tyrian Purple #6F083D
RGB
CMYK
RGB Variations
Color information
#6F083D (or 0x6F083D) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 3D. RGB value is (111,8,61). Sum of RGB (Red+Green+Blue) = 111+8+61=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F083D is #90F7C2. Grayscale: #2C2C2C. Windows color (decimal): -9500611 or 3999855. OLE color: 3999855.
HSL color Cylindrical-coordinate representation of color #6F083D: hue angle of 329.13º 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 #6F083D is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 61 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.56 |
| HSL | 329.13º | 0.87% | 0.23% | - |
| HSV(B) | 329.13º | 0.93% | 0.44% | - |
| XYZ | 7.48 | 3.89 | 4.77 | - |
| YUV | 44.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 61 | 0 | 0.93 | 0.45 | 0.56 | 329.13 | 0.87 | 0.23 |
| Hex | 6F | 8 | 3D | 0 | 5D | 2D | 38 | 149 | 57 | 17 |
| Octal | 157 | 10 | 75 | 0 | 135 | 55 | 70 | 511 | 127 | 27 |
| Binary | 1101111 | 1000 | 111101 | 0 | 1011101 | 101101 | 111000 | 101001001 | 1010111 | 10111 |
Color Harmonies of #6F083D
Complementary color
Monochromatic Colors of #6F083D
Black with #6F083D
Text Example
Text Example
White with #6F083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F083D; }
p { color: rgb(111,8,61); }
H1.HeaderClassName
{
color: #6F083D;
}
.AnyTagClassName
{
color: #6F083D;
}
</style>
background-color css
<style>
a { background-color: #6F083D; }
a { background-color: rgb(111,8,61); }
div.DivClassName
{
background-color: #6F083D;
}
.BgClassName
{
background-color: #6F083D;
}
</style>
border-color css
<style>
span { border-color: #6F083D; }
span { border-color: rgb(111,8,61); }
td.TdClassName
{
border-color: #6F083D;
}
.TagClassName
{
border-color: #6F083D;
}
</style>