Shades of Tyrian Purple #6F003F
Tints of Tyrian Purple #6F003F
RGB
CMYK
RGB Variations
Color information
#6F003F (or 0x6F003F) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 3F. RGB value is (111,0,63). Sum of RGB (Red+Green+Blue) = 111+0+63=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F003F is #90FFC0. Grayscale: #282828. Windows color (decimal): -9502657 or 4128879. OLE color: 4128879.
HSL color Cylindrical-coordinate representation of color #6F003F: hue angle of 325.95º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F003F is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.43 | 0.56 |
| HSL | 325.95º | 1% | 0.22% | - |
| HSV(B) | 325.95º | 1% | 0.44% | - |
| XYZ | 7.45 | 3.74 | 5.03 | - |
| YUV | 40.37 | 140.77 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 63 | 0 | 1 | 0.43 | 0.56 | 325.95 | 1 | 0.22 |
| Hex | 6F | 0 | 3F | 0 | 64 | 2B | 38 | 146 | 64 | 16 |
| Octal | 157 | 0 | 77 | 0 | 144 | 53 | 70 | 506 | 144 | 26 |
| Binary | 1101111 | 0 | 111111 | 0 | 1100100 | 101011 | 111000 | 101000110 | 1100100 | 10110 |
Color Harmonies of #6F003F
Complementary color
Monochromatic Colors of #6F003F
Black with #6F003F
Text Example
Text Example
White with #6F003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F003F; }
p { color: rgb(111,0,63); }
H1.HeaderClassName
{
color: #6F003F;
}
.AnyTagClassName
{
color: #6F003F;
}
</style>
background-color css
<style>
a { background-color: #6F003F; }
a { background-color: rgb(111,0,63); }
div.DivClassName
{
background-color: #6F003F;
}
.BgClassName
{
background-color: #6F003F;
}
</style>
border-color css
<style>
span { border-color: #6F003F; }
span { border-color: rgb(111,0,63); }
td.TdClassName
{
border-color: #6F003F;
}
.TagClassName
{
border-color: #6F003F;
}
</style>