Shades of Tyrian Purple #6F0333
Tints of Tyrian Purple #6F0333
RGB
CMYK
RGB Variations
Color information
#6F0333 (or 0x6F0333) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 33. RGB value is (111,3,51). Sum of RGB (Red+Green+Blue) = 111+3+51=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0333 is #90FCCC. Grayscale: #282828. Windows color (decimal): -9501901 or 3343215. OLE color: 3343215.
HSL color Cylindrical-coordinate representation of color #6F0333: hue angle of 333.33º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F0333 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 51 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.56 |
| HSL | 333.33º | 0.95% | 0.22% | - |
| HSV(B) | 333.33º | 0.97% | 0.44% | - |
| XYZ | 7.19 | 3.68 | 3.46 | - |
| YUV | 40.76 | 133.78 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 51 | 0 | 0.97 | 0.54 | 0.56 | 333.33 | 0.95 | 0.22 |
| Hex | 6F | 3 | 33 | 0 | 61 | 36 | 38 | 14D | 5F | 16 |
| Octal | 157 | 3 | 63 | 0 | 141 | 66 | 70 | 515 | 137 | 26 |
| Binary | 1101111 | 11 | 110011 | 0 | 1100001 | 110110 | 111000 | 101001101 | 1011111 | 10110 |
Color Harmonies of #6F0333
Complementary color
Monochromatic Colors of #6F0333
Black with #6F0333
Text Example
Text Example
White with #6F0333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0333; }
p { color: rgb(111,3,51); }
H1.HeaderClassName
{
color: #6F0333;
}
.AnyTagClassName
{
color: #6F0333;
}
</style>
background-color css
<style>
a { background-color: #6F0333; }
a { background-color: rgb(111,3,51); }
div.DivClassName
{
background-color: #6F0333;
}
.BgClassName
{
background-color: #6F0333;
}
</style>
border-color css
<style>
span { border-color: #6F0333; }
span { border-color: rgb(111,3,51); }
td.TdClassName
{
border-color: #6F0333;
}
.TagClassName
{
border-color: #6F0333;
}
</style>