Shades of Purple #6F0E73
Tints of Purple #6F0E73
RGB
CMYK
RGB Variations
Color information
#6F0E73 (or 0x6F0E73) is known color: Purple. HEX triplet: 6F, 0E and 73. RGB value is (111,14,115). Sum of RGB (Red+Green+Blue) = 111+14+115=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F0E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0E73 is #90F18C. Grayscale: #363636. Windows color (decimal): -9499021 or 7540335. OLE color: 7540335.
HSL color Cylindrical-coordinate representation of color #6F0E73: hue angle of 297.62º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F0E73 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 14 | 115 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.55 |
| HSL | 297.62º | 0.78% | 0.25% | - |
| HSV(B) | 297.62º | 0.88% | 0.45% | - |
| XYZ | 9.81 | 4.93 | 16.65 | - |
| YUV | 54.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 115 | 0.03 | 0.88 | 0 | 0.55 | 297.62 | 0.78 | 0.25 |
| Hex | 6F | E | 73 | 3 | 58 | 0 | 37 | 12A | 4E | 19 |
| Octal | 157 | 16 | 163 | 3 | 130 | 0 | 67 | 452 | 116 | 31 |
| Binary | 1101111 | 1110 | 1110011 | 11 | 1011000 | 0 | 110111 | 100101010 | 1001110 | 11001 |
Color Harmonies of #6F0E73
Complementary color
Monochromatic Colors of #6F0E73
Black with #6F0E73
Text Example
Text Example
White with #6F0E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0E73; }
p { color: rgb(111,14,115); }
H1.HeaderClassName
{
color: #6F0E73;
}
.AnyTagClassName
{
color: #6F0E73;
}
</style>
background-color css
<style>
a { background-color: #6F0E73; }
a { background-color: rgb(111,14,115); }
div.DivClassName
{
background-color: #6F0E73;
}
.BgClassName
{
background-color: #6F0E73;
}
</style>
border-color css
<style>
span { border-color: #6F0E73; }
span { border-color: rgb(111,14,115); }
td.TdClassName
{
border-color: #6F0E73;
}
.TagClassName
{
border-color: #6F0E73;
}
</style>