Shades of Purple #6F0971
Tints of Purple #6F0971
RGB
CMYK
RGB Variations
Color information
#6F0971 (or 0x6F0971) is known color: Purple. HEX triplet: 6F, 09 and 71. RGB value is (111,9,113). Sum of RGB (Red+Green+Blue) = 111+9+113=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F0971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0971 is #90F68E. Grayscale: #333333. Windows color (decimal): -9500303 or 7407983. OLE color: 7407983.
HSL color Cylindrical-coordinate representation of color #6F0971: hue angle of 298.85º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F0971 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 113 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.56 |
| HSL | 298.85º | 0.85% | 0.24% | - |
| HSV(B) | 298.85º | 0.92% | 0.44% | - |
| XYZ | 9.63 | 4.77 | 16.04 | - |
| YUV | 51.35 | 162.79 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 113 | 0.02 | 0.92 | 0 | 0.56 | 298.85 | 0.85 | 0.24 |
| Hex | 6F | 9 | 71 | 2 | 5C | 0 | 38 | 12B | 55 | 18 |
| Octal | 157 | 11 | 161 | 2 | 134 | 0 | 70 | 453 | 125 | 30 |
| Binary | 1101111 | 1001 | 1110001 | 10 | 1011100 | 0 | 111000 | 100101011 | 1010101 | 11000 |
Color Harmonies of #6F0971
Complementary color
Monochromatic Colors of #6F0971
Black with #6F0971
Text Example
Text Example
White with #6F0971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0971; }
p { color: rgb(111,9,113); }
H1.HeaderClassName
{
color: #6F0971;
}
.AnyTagClassName
{
color: #6F0971;
}
</style>
background-color css
<style>
a { background-color: #6F0971; }
a { background-color: rgb(111,9,113); }
div.DivClassName
{
background-color: #6F0971;
}
.BgClassName
{
background-color: #6F0971;
}
</style>
border-color css
<style>
span { border-color: #6F0971; }
span { border-color: rgb(111,9,113); }
td.TdClassName
{
border-color: #6F0971;
}
.TagClassName
{
border-color: #6F0971;
}
</style>