Shades of Purple #6F0889
Tints of Purple #6F0889
RGB
CMYK
RGB Variations
Color information
#6F0889 (or 0x6F0889) is known color: Purple. HEX triplet: 6F, 08 and 89. RGB value is (111,8,137). Sum of RGB (Red+Green+Blue) = 111+8+137=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F0889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0889 is #90F776. Grayscale: #353535. Windows color (decimal): -9500535 or 8980591. OLE color: 8980591.
HSL color Cylindrical-coordinate representation of color #6F0889: hue angle of 287.91º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0889 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 8 | 137 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.46 |
| HSL | 287.91º | 0.89% | 0.28% | - |
| HSV(B) | 287.91º | 0.94% | 0.54% | - |
| XYZ | 11.16 | 5.36 | 24.11 | - |
| YUV | 53.5 | 175.12 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 137 | 0.19 | 0.94 | 0 | 0.46 | 287.91 | 0.89 | 0.28 |
| Hex | 6F | 8 | 89 | 13 | 5E | 0 | 2E | 120 | 59 | 1C |
| Octal | 157 | 10 | 211 | 23 | 136 | 0 | 56 | 440 | 131 | 34 |
| Binary | 1101111 | 1000 | 10001001 | 10011 | 1011110 | 0 | 101110 | 100100000 | 1011001 | 11100 |
Color Harmonies of #6F0889
Complementary color
Monochromatic Colors of #6F0889
Black with #6F0889
Text Example
Text Example
White with #6F0889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0889; }
p { color: rgb(111,8,137); }
H1.HeaderClassName
{
color: #6F0889;
}
.AnyTagClassName
{
color: #6F0889;
}
</style>
background-color css
<style>
a { background-color: #6F0889; }
a { background-color: rgb(111,8,137); }
div.DivClassName
{
background-color: #6F0889;
}
.BgClassName
{
background-color: #6F0889;
}
</style>
border-color css
<style>
span { border-color: #6F0889; }
span { border-color: rgb(111,8,137); }
td.TdClassName
{
border-color: #6F0889;
}
.TagClassName
{
border-color: #6F0889;
}
</style>