Shades of Purple #6F0F73
Tints of Purple #6F0F73
RGB
CMYK
RGB Variations
Color information
#6F0F73 (or 0x6F0F73) is known color: Purple. HEX triplet: 6F, 0F and 73. RGB value is (111,15,115). Sum of RGB (Red+Green+Blue) = 111+15+115=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F0F73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0F73 is #90F08C. Grayscale: #363636. Windows color (decimal): -9498765 or 7540591. OLE color: 7540591.
HSL color Cylindrical-coordinate representation of color #6F0F73: hue angle of 297.6º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F0F73 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 15 | 115 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.55 |
| HSL | 297.6º | 0.77% | 0.25% | - |
| HSV(B) | 297.6º | 0.87% | 0.45% | - |
| XYZ | 9.82 | 4.96 | 16.66 | - |
| YUV | 55.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 115 | 0.03 | 0.87 | 0 | 0.55 | 297.6 | 0.77 | 0.25 |
| Hex | 6F | F | 73 | 3 | 57 | 0 | 37 | 12A | 4D | 19 |
| Octal | 157 | 17 | 163 | 3 | 127 | 0 | 67 | 452 | 115 | 31 |
| Binary | 1101111 | 1111 | 1110011 | 11 | 1010111 | 0 | 110111 | 100101010 | 1001101 | 11001 |
Color Harmonies of #6F0F73
Complementary color
Monochromatic Colors of #6F0F73
Black with #6F0F73
Text Example
Text Example
White with #6F0F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F73; }
p { color: rgb(111,15,115); }
H1.HeaderClassName
{
color: #6F0F73;
}
.AnyTagClassName
{
color: #6F0F73;
}
</style>
background-color css
<style>
a { background-color: #6F0F73; }
a { background-color: rgb(111,15,115); }
div.DivClassName
{
background-color: #6F0F73;
}
.BgClassName
{
background-color: #6F0F73;
}
</style>
border-color css
<style>
span { border-color: #6F0F73; }
span { border-color: rgb(111,15,115); }
td.TdClassName
{
border-color: #6F0F73;
}
.TagClassName
{
border-color: #6F0F73;
}
</style>