Shades of Purple #6F0789
Tints of Purple #6F0789
RGB
CMYK
RGB Variations
Color information
#6F0789 (or 0x6F0789) is known color: Purple. HEX triplet: 6F, 07 and 89. RGB value is (111,7,137). Sum of RGB (Red+Green+Blue) = 111+7+137=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F0789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0789 is #90F876. Grayscale: #343434. Windows color (decimal): -9500791 or 8980335. OLE color: 8980335.
HSL color Cylindrical-coordinate representation of color #6F0789: hue angle of 288º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0789 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 7 | 137 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.46 |
| HSL | 288º | 0.9% | 0.28% | - |
| HSV(B) | 288º | 0.95% | 0.54% | - |
| XYZ | 11.15 | 5.34 | 24.11 | - |
| YUV | 52.92 | 175.46 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 137 | 0.19 | 0.95 | 0 | 0.46 | 288 | 0.9 | 0.28 |
| Hex | 6F | 7 | 89 | 13 | 5F | 0 | 2E | 120 | 5A | 1C |
| Octal | 157 | 7 | 211 | 23 | 137 | 0 | 56 | 440 | 132 | 34 |
| Binary | 1101111 | 111 | 10001001 | 10011 | 1011111 | 0 | 101110 | 100100000 | 1011010 | 11100 |
Color Harmonies of #6F0789
Complementary color
Monochromatic Colors of #6F0789
Black with #6F0789
Text Example
Text Example
White with #6F0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0789; }
p { color: rgb(111,7,137); }
H1.HeaderClassName
{
color: #6F0789;
}
.AnyTagClassName
{
color: #6F0789;
}
</style>
background-color css
<style>
a { background-color: #6F0789; }
a { background-color: rgb(111,7,137); }
div.DivClassName
{
background-color: #6F0789;
}
.BgClassName
{
background-color: #6F0789;
}
</style>
border-color css
<style>
span { border-color: #6F0789; }
span { border-color: rgb(111,7,137); }
td.TdClassName
{
border-color: #6F0789;
}
.TagClassName
{
border-color: #6F0789;
}
</style>