Shades of Tyrian Purple #6F0451
Tints of Tyrian Purple #6F0451
RGB
CMYK
RGB Variations
Color information
#6F0451 (or 0x6F0451) is known color: Tyrian Purple. HEX triplet: 6F, 04 and 51. RGB value is (111,4,81). Sum of RGB (Red+Green+Blue) = 111+4+81=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0451 is #90FBAE. Grayscale: #2C2C2C. Windows color (decimal): -9501615 or 5309551. OLE color: 5309551.
HSL color Cylindrical-coordinate representation of color #6F0451: hue angle of 316.82º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0451 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 81 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.56 |
| HSL | 316.82º | 0.93% | 0.23% | - |
| HSV(B) | 316.82º | 0.96% | 0.44% | - |
| XYZ | 8.08 | 4.06 | 8.14 | - |
| YUV | 44.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 81 | 0 | 0.96 | 0.27 | 0.56 | 316.82 | 0.93 | 0.23 |
| Hex | 6F | 4 | 51 | 0 | 60 | 1B | 38 | 13D | 5D | 17 |
| Octal | 157 | 4 | 121 | 0 | 140 | 33 | 70 | 475 | 135 | 27 |
| Binary | 1101111 | 100 | 1010001 | 0 | 1100000 | 11011 | 111000 | 100111101 | 1011101 | 10111 |
Color Harmonies of #6F0451
Complementary color
Monochromatic Colors of #6F0451
Black with #6F0451
Text Example
Text Example
White with #6F0451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0451; }
p { color: rgb(111,4,81); }
H1.HeaderClassName
{
color: #6F0451;
}
.AnyTagClassName
{
color: #6F0451;
}
</style>
background-color css
<style>
a { background-color: #6F0451; }
a { background-color: rgb(111,4,81); }
div.DivClassName
{
background-color: #6F0451;
}
.BgClassName
{
background-color: #6F0451;
}
</style>
border-color css
<style>
span { border-color: #6F0451; }
span { border-color: rgb(111,4,81); }
td.TdClassName
{
border-color: #6F0451;
}
.TagClassName
{
border-color: #6F0451;
}
</style>