Shades of Tyrian Purple #6F0354
Tints of Tyrian Purple #6F0354
RGB
CMYK
RGB Variations
Color information
#6F0354 (or 0x6F0354) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 54. RGB value is (111,3,84). Sum of RGB (Red+Green+Blue) = 111+3+84=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0354 is #90FCAB. Grayscale: #2C2C2C. Windows color (decimal): -9501868 or 5505903. OLE color: 5505903.
HSL color Cylindrical-coordinate representation of color #6F0354: hue angle of 315º 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 #6F0354 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 84 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.56 |
| HSL | 315º | 0.95% | 0.22% | - |
| HSV(B) | 315º | 0.97% | 0.44% | - |
| XYZ | 8.19 | 4.08 | 8.74 | - |
| YUV | 44.53 | 150.28 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 84 | 0 | 0.97 | 0.24 | 0.56 | 315 | 0.95 | 0.22 |
| Hex | 6F | 3 | 54 | 0 | 61 | 18 | 38 | 13B | 5F | 16 |
| Octal | 157 | 3 | 124 | 0 | 141 | 30 | 70 | 473 | 137 | 26 |
| Binary | 1101111 | 11 | 1010100 | 0 | 1100001 | 11000 | 111000 | 100111011 | 1011111 | 10110 |
Color Harmonies of #6F0354
Complementary color
Monochromatic Colors of #6F0354
Black with #6F0354
Text Example
Text Example
White with #6F0354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0354; }
p { color: rgb(111,3,84); }
H1.HeaderClassName
{
color: #6F0354;
}
.AnyTagClassName
{
color: #6F0354;
}
</style>
background-color css
<style>
a { background-color: #6F0354; }
a { background-color: rgb(111,3,84); }
div.DivClassName
{
background-color: #6F0354;
}
.BgClassName
{
background-color: #6F0354;
}
</style>
border-color css
<style>
span { border-color: #6F0354; }
span { border-color: rgb(111,3,84); }
td.TdClassName
{
border-color: #6F0354;
}
.TagClassName
{
border-color: #6F0354;
}
</style>