Shades of Purple #6F0969
Tints of Purple #6F0969
RGB
CMYK
RGB Variations
Color information
#6F0969 (or 0x6F0969) is known color: Purple. HEX triplet: 6F, 09 and 69. RGB value is (111,9,105). Sum of RGB (Red+Green+Blue) = 111+9+105=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0969 is #90F696. Grayscale: #323232. Windows color (decimal): -9500311 or 6883695. OLE color: 6883695.
HSL color Cylindrical-coordinate representation of color #6F0969: hue angle of 303.53º 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 #6F0969 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 105 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.56 |
| HSL | 303.53º | 0.85% | 0.24% | - |
| HSV(B) | 303.53º | 0.92% | 0.44% | - |
| XYZ | 9.2 | 4.59 | 13.77 | - |
| YUV | 50.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 105 | 0 | 0.92 | 0.05 | 0.56 | 303.53 | 0.85 | 0.24 |
| Hex | 6F | 9 | 69 | 0 | 5C | 5 | 38 | 130 | 55 | 18 |
| Octal | 157 | 11 | 151 | 0 | 134 | 5 | 70 | 460 | 125 | 30 |
| Binary | 1101111 | 1001 | 1101001 | 0 | 1011100 | 101 | 111000 | 100110000 | 1010101 | 11000 |
Color Harmonies of #6F0969
Complementary color
Monochromatic Colors of #6F0969
Black with #6F0969
Text Example
Text Example
White with #6F0969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0969; }
p { color: rgb(111,9,105); }
H1.HeaderClassName
{
color: #6F0969;
}
.AnyTagClassName
{
color: #6F0969;
}
</style>
background-color css
<style>
a { background-color: #6F0969; }
a { background-color: rgb(111,9,105); }
div.DivClassName
{
background-color: #6F0969;
}
.BgClassName
{
background-color: #6F0969;
}
</style>
border-color css
<style>
span { border-color: #6F0969; }
span { border-color: rgb(111,9,105); }
td.TdClassName
{
border-color: #6F0969;
}
.TagClassName
{
border-color: #6F0969;
}
</style>