Shades of Tyrian Purple #6F0254
Tints of Tyrian Purple #6F0254
RGB
CMYK
RGB Variations
Color information
#6F0254 (or 0x6F0254) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 54. RGB value is (111,2,84). Sum of RGB (Red+Green+Blue) = 111+2+84=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0254 is #90FDAB. Grayscale: #2B2B2B. Windows color (decimal): -9502124 or 5505647. OLE color: 5505647.
HSL color Cylindrical-coordinate representation of color #6F0254: hue angle of 314.86º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F0254 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 84 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.56 |
| HSL | 314.86º | 0.96% | 0.22% | - |
| HSV(B) | 314.86º | 0.98% | 0.44% | - |
| XYZ | 8.18 | 4.06 | 8.74 | - |
| YUV | 43.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 84 | 0 | 0.98 | 0.24 | 0.56 | 314.86 | 0.96 | 0.22 |
| Hex | 6F | 2 | 54 | 0 | 62 | 18 | 38 | 13B | 60 | 16 |
| Octal | 157 | 2 | 124 | 0 | 142 | 30 | 70 | 473 | 140 | 26 |
| Binary | 1101111 | 10 | 1010100 | 0 | 1100010 | 11000 | 111000 | 100111011 | 1100000 | 10110 |
Color Harmonies of #6F0254
Complementary color
Monochromatic Colors of #6F0254
Black with #6F0254
Text Example
Text Example
White with #6F0254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0254; }
p { color: rgb(111,2,84); }
H1.HeaderClassName
{
color: #6F0254;
}
.AnyTagClassName
{
color: #6F0254;
}
</style>
background-color css
<style>
a { background-color: #6F0254; }
a { background-color: rgb(111,2,84); }
div.DivClassName
{
background-color: #6F0254;
}
.BgClassName
{
background-color: #6F0254;
}
</style>
border-color css
<style>
span { border-color: #6F0254; }
span { border-color: rgb(111,2,84); }
td.TdClassName
{
border-color: #6F0254;
}
.TagClassName
{
border-color: #6F0254;
}
</style>