Shades of Purple #6F0968
Tints of Purple #6F0968
RGB
CMYK
RGB Variations
Color information
#6F0968 (or 0x6F0968) is known color: Purple. HEX triplet: 6F, 09 and 68. RGB value is (111,9,104). Sum of RGB (Red+Green+Blue) = 111+9+104=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0968 is #90F697. Grayscale: #323232. Windows color (decimal): -9500312 or 6818159. OLE color: 6818159.
HSL color Cylindrical-coordinate representation of color #6F0968: hue angle of 304.12º 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 #6F0968 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 104 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.56 |
| HSL | 304.12º | 0.85% | 0.24% | - |
| HSV(B) | 304.12º | 0.92% | 0.44% | - |
| XYZ | 9.15 | 4.57 | 13.5 | - |
| YUV | 50.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 104 | 0 | 0.92 | 0.06 | 0.56 | 304.12 | 0.85 | 0.24 |
| Hex | 6F | 9 | 68 | 0 | 5C | 6 | 38 | 130 | 55 | 18 |
| Octal | 157 | 11 | 150 | 0 | 134 | 6 | 70 | 460 | 125 | 30 |
| Binary | 1101111 | 1001 | 1101000 | 0 | 1011100 | 110 | 111000 | 100110000 | 1010101 | 11000 |
Color Harmonies of #6F0968
Complementary color
Monochromatic Colors of #6F0968
Black with #6F0968
Text Example
Text Example
White with #6F0968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0968; }
p { color: rgb(111,9,104); }
H1.HeaderClassName
{
color: #6F0968;
}
.AnyTagClassName
{
color: #6F0968;
}
</style>
background-color css
<style>
a { background-color: #6F0968; }
a { background-color: rgb(111,9,104); }
div.DivClassName
{
background-color: #6F0968;
}
.BgClassName
{
background-color: #6F0968;
}
</style>
border-color css
<style>
span { border-color: #6F0968; }
span { border-color: rgb(111,9,104); }
td.TdClassName
{
border-color: #6F0968;
}
.TagClassName
{
border-color: #6F0968;
}
</style>