Shades of Tyrian Purple #6F013F
Tints of Tyrian Purple #6F013F
RGB
CMYK
RGB Variations
Color information
#6F013F (or 0x6F013F) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 3F. RGB value is (111,1,63). Sum of RGB (Red+Green+Blue) = 111+1+63=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F013F is #90FEC0. Grayscale: #282828. Windows color (decimal): -9502401 or 4129135. OLE color: 4129135.
HSL color Cylindrical-coordinate representation of color #6F013F: hue angle of 326.18º 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 #6F013F is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.56 |
| HSL | 326.18º | 0.98% | 0.22% | - |
| HSV(B) | 326.18º | 0.99% | 0.44% | - |
| XYZ | 7.46 | 3.76 | 5.04 | - |
| YUV | 40.96 | 140.44 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 63 | 0 | 0.99 | 0.43 | 0.56 | 326.18 | 0.98 | 0.22 |
| Hex | 6F | 1 | 3F | 0 | 63 | 2B | 38 | 146 | 62 | 16 |
| Octal | 157 | 1 | 77 | 0 | 143 | 53 | 70 | 506 | 142 | 26 |
| Binary | 1101111 | 1 | 111111 | 0 | 1100011 | 101011 | 111000 | 101000110 | 1100010 | 10110 |
Color Harmonies of #6F013F
Complementary color
Monochromatic Colors of #6F013F
Black with #6F013F
Text Example
Text Example
White with #6F013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F013F; }
p { color: rgb(111,1,63); }
H1.HeaderClassName
{
color: #6F013F;
}
.AnyTagClassName
{
color: #6F013F;
}
</style>
background-color css
<style>
a { background-color: #6F013F; }
a { background-color: rgb(111,1,63); }
div.DivClassName
{
background-color: #6F013F;
}
.BgClassName
{
background-color: #6F013F;
}
</style>
border-color css
<style>
span { border-color: #6F013F; }
span { border-color: rgb(111,1,63); }
td.TdClassName
{
border-color: #6F013F;
}
.TagClassName
{
border-color: #6F013F;
}
</style>