Shades of Purple #6F0F95
Tints of Purple #6F0F95
RGB
CMYK
RGB Variations
Color information
#6F0F95 (or 0x6F0F95) is known color: Purple. HEX triplet: 6F, 0F and 95. RGB value is (111,15,149). Sum of RGB (Red+Green+Blue) = 111+15+149=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F0F95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0F95 is #90F06A. Grayscale: #3A3A3A. Windows color (decimal): -9498731 or 9768815. OLE color: 9768815.
HSL color Cylindrical-coordinate representation of color #6F0F95: hue angle of 282.99º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0F95 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 15 | 149 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.42 |
| HSL | 282.99º | 0.82% | 0.32% | - |
| HSV(B) | 282.99º | 0.9% | 0.58% | - |
| XYZ | 12.15 | 5.89 | 28.93 | - |
| YUV | 58.98 | 178.8 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 149 | 0.26 | 0.90 | 0 | 0.42 | 282.99 | 0.82 | 0.32 |
| Hex | 6F | F | 95 | 1A | 5A | 0 | 2A | 11B | 52 | 20 |
| Octal | 157 | 17 | 225 | 32 | 132 | 0 | 52 | 433 | 122 | 40 |
| Binary | 1101111 | 1111 | 10010101 | 11010 | 1011010 | 0 | 101010 | 100011011 | 1010010 | 100000 |
Color Harmonies of #6F0F95
Complementary color
Monochromatic Colors of #6F0F95
Black with #6F0F95
Text Example
Text Example
White with #6F0F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F95; }
p { color: rgb(111,15,149); }
H1.HeaderClassName
{
color: #6F0F95;
}
.AnyTagClassName
{
color: #6F0F95;
}
</style>
background-color css
<style>
a { background-color: #6F0F95; }
a { background-color: rgb(111,15,149); }
div.DivClassName
{
background-color: #6F0F95;
}
.BgClassName
{
background-color: #6F0F95;
}
</style>
border-color css
<style>
span { border-color: #6F0F95; }
span { border-color: rgb(111,15,149); }
td.TdClassName
{
border-color: #6F0F95;
}
.TagClassName
{
border-color: #6F0F95;
}
</style>