Shades of Purple #6F0D73
Tints of Purple #6F0D73
RGB
CMYK
RGB Variations
Color information
#6F0D73 (or 0x6F0D73) is known color: Purple. HEX triplet: 6F, 0D and 73. RGB value is (111,13,115). Sum of RGB (Red+Green+Blue) = 111+13+115=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F0D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0D73 is #90F28C. Grayscale: #353535. Windows color (decimal): -9499277 or 7540079. OLE color: 7540079.
HSL color Cylindrical-coordinate representation of color #6F0D73: hue angle of 297.65º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0D73 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 13 | 115 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.55 |
| HSL | 297.65º | 0.8% | 0.25% | - |
| HSV(B) | 297.65º | 0.89% | 0.45% | - |
| XYZ | 9.79 | 4.91 | 16.65 | - |
| YUV | 53.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 115 | 0.03 | 0.89 | 0 | 0.55 | 297.65 | 0.8 | 0.25 |
| Hex | 6F | D | 73 | 3 | 59 | 0 | 37 | 12A | 50 | 19 |
| Octal | 157 | 15 | 163 | 3 | 131 | 0 | 67 | 452 | 120 | 31 |
| Binary | 1101111 | 1101 | 1110011 | 11 | 1011001 | 0 | 110111 | 100101010 | 1010000 | 11001 |
Color Harmonies of #6F0D73
Complementary color
Monochromatic Colors of #6F0D73
Black with #6F0D73
Text Example
Text Example
White with #6F0D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0D73; }
p { color: rgb(111,13,115); }
H1.HeaderClassName
{
color: #6F0D73;
}
.AnyTagClassName
{
color: #6F0D73;
}
</style>
background-color css
<style>
a { background-color: #6F0D73; }
a { background-color: rgb(111,13,115); }
div.DivClassName
{
background-color: #6F0D73;
}
.BgClassName
{
background-color: #6F0D73;
}
</style>
border-color css
<style>
span { border-color: #6F0D73; }
span { border-color: rgb(111,13,115); }
td.TdClassName
{
border-color: #6F0D73;
}
.TagClassName
{
border-color: #6F0D73;
}
</style>