Shades of Purple #6F107D
Tints of Purple #6F107D
RGB
CMYK
RGB Variations
Color information
#6F107D (or 0x6F107D) is known color: Purple. HEX triplet: 6F, 10 and 7D. RGB value is (111,16,125). Sum of RGB (Red+Green+Blue) = 111+16+125=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F107D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F107D is #90EF82. Grayscale: #383838. Windows color (decimal): -9498499 or 8196207. OLE color: 8196207.
HSL color Cylindrical-coordinate representation of color #6F107D: hue angle of 292.29º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F107D is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 16 | 125 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.51 |
| HSL | 292.29º | 0.77% | 0.28% | - |
| HSV(B) | 292.29º | 0.87% | 0.49% | - |
| XYZ | 10.44 | 5.23 | 19.86 | - |
| YUV | 56.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 125 | 0.11 | 0.87 | 0 | 0.51 | 292.29 | 0.77 | 0.28 |
| Hex | 6F | 10 | 7D | B | 57 | 0 | 33 | 124 | 4D | 1C |
| Octal | 157 | 20 | 175 | 13 | 127 | 0 | 63 | 444 | 115 | 34 |
| Binary | 1101111 | 10000 | 1111101 | 1011 | 1010111 | 0 | 110011 | 100100100 | 1001101 | 11100 |
Color Harmonies of #6F107D
Complementary color
Monochromatic Colors of #6F107D
Black with #6F107D
Text Example
Text Example
White with #6F107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F107D; }
p { color: rgb(111,16,125); }
H1.HeaderClassName
{
color: #6F107D;
}
.AnyTagClassName
{
color: #6F107D;
}
</style>
background-color css
<style>
a { background-color: #6F107D; }
a { background-color: rgb(111,16,125); }
div.DivClassName
{
background-color: #6F107D;
}
.BgClassName
{
background-color: #6F107D;
}
</style>
border-color css
<style>
span { border-color: #6F107D; }
span { border-color: rgb(111,16,125); }
td.TdClassName
{
border-color: #6F107D;
}
.TagClassName
{
border-color: #6F107D;
}
</style>