Shades of Tyrian Purple #6F0133
Tints of Tyrian Purple #6F0133
RGB
CMYK
RGB Variations
Color information
#6F0133 (or 0x6F0133) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 33. RGB value is (111,1,51). Sum of RGB (Red+Green+Blue) = 111+1+51=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0133 is #90FECC. Grayscale: #272727. Windows color (decimal): -9502413 or 3342703. OLE color: 3342703.
HSL color Cylindrical-coordinate representation of color #6F0133: hue angle of 332.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0133 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 51 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.56 |
| HSL | 332.73º | 0.98% | 0.22% | - |
| HSV(B) | 332.73º | 0.99% | 0.44% | - |
| XYZ | 7.16 | 3.64 | 3.46 | - |
| YUV | 39.59 | 134.44 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 51 | 0 | 0.99 | 0.54 | 0.56 | 332.73 | 0.98 | 0.22 |
| Hex | 6F | 1 | 33 | 0 | 63 | 36 | 38 | 14D | 62 | 16 |
| Octal | 157 | 1 | 63 | 0 | 143 | 66 | 70 | 515 | 142 | 26 |
| Binary | 1101111 | 1 | 110011 | 0 | 1100011 | 110110 | 111000 | 101001101 | 1100010 | 10110 |
Color Harmonies of #6F0133
Complementary color
Monochromatic Colors of #6F0133
Black with #6F0133
Text Example
Text Example
White with #6F0133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0133; }
p { color: rgb(111,1,51); }
H1.HeaderClassName
{
color: #6F0133;
}
.AnyTagClassName
{
color: #6F0133;
}
</style>
background-color css
<style>
a { background-color: #6F0133; }
a { background-color: rgb(111,1,51); }
div.DivClassName
{
background-color: #6F0133;
}
.BgClassName
{
background-color: #6F0133;
}
</style>
border-color css
<style>
span { border-color: #6F0133; }
span { border-color: rgb(111,1,51); }
td.TdClassName
{
border-color: #6F0133;
}
.TagClassName
{
border-color: #6F0133;
}
</style>