Shades of Purple #6F1072
Tints of Purple #6F1072
RGB
CMYK
RGB Variations
Color information
#6F1072 (or 0x6F1072) is known color: Purple. HEX triplet: 6F, 10 and 72. RGB value is (111,16,114). Sum of RGB (Red+Green+Blue) = 111+16+114=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F1072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1072 is #90EF8D. Grayscale: #373737. Windows color (decimal): -9498510 or 7475311. OLE color: 7475311.
HSL color Cylindrical-coordinate representation of color #6F1072: hue angle of 298.16º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1072 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 16 | 114 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.55 |
| HSL | 298.16º | 0.75% | 0.25% | - |
| HSV(B) | 298.16º | 0.86% | 0.45% | - |
| XYZ | 9.78 | 4.96 | 16.36 | - |
| YUV | 55.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 114 | 0.03 | 0.86 | 0 | 0.55 | 298.16 | 0.75 | 0.25 |
| Hex | 6F | 10 | 72 | 3 | 56 | 0 | 37 | 12A | 4B | 19 |
| Octal | 157 | 20 | 162 | 3 | 126 | 0 | 67 | 452 | 113 | 31 |
| Binary | 1101111 | 10000 | 1110010 | 11 | 1010110 | 0 | 110111 | 100101010 | 1001011 | 11001 |
Color Harmonies of #6F1072
Complementary color
Monochromatic Colors of #6F1072
Black with #6F1072
Text Example
Text Example
White with #6F1072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1072; }
p { color: rgb(111,16,114); }
H1.HeaderClassName
{
color: #6F1072;
}
.AnyTagClassName
{
color: #6F1072;
}
</style>
background-color css
<style>
a { background-color: #6F1072; }
a { background-color: rgb(111,16,114); }
div.DivClassName
{
background-color: #6F1072;
}
.BgClassName
{
background-color: #6F1072;
}
</style>
border-color css
<style>
span { border-color: #6F1072; }
span { border-color: rgb(111,16,114); }
td.TdClassName
{
border-color: #6F1072;
}
.TagClassName
{
border-color: #6F1072;
}
</style>