Shades of Purple #6F147E
Tints of Purple #6F147E
RGB
CMYK
RGB Variations
Color information
#6F147E (or 0x6F147E) is known color: Purple. HEX triplet: 6F, 14 and 7E. RGB value is (111,20,126). Sum of RGB (Red+Green+Blue) = 111+20+126=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #6F147E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F147E is #90EB81. Grayscale: #3A3A3A. Windows color (decimal): -9497474 or 8262767. OLE color: 8262767.
HSL color Cylindrical-coordinate representation of color #6F147E: hue angle of 291.51º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F147E is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 20 | 126 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.51 |
| HSL | 291.51º | 0.73% | 0.29% | - |
| HSV(B) | 291.51º | 0.84% | 0.49% | - |
| XYZ | 10.57 | 5.39 | 20.22 | - |
| YUV | 59.29 | 165.65 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 126 | 0.12 | 0.84 | 0 | 0.51 | 291.51 | 0.73 | 0.29 |
| Hex | 6F | 14 | 7E | C | 54 | 0 | 33 | 124 | 49 | 1D |
| Octal | 157 | 24 | 176 | 14 | 124 | 0 | 63 | 444 | 111 | 35 |
| Binary | 1101111 | 10100 | 1111110 | 1100 | 1010100 | 0 | 110011 | 100100100 | 1001001 | 11101 |
Color Harmonies of #6F147E
Complementary color
Monochromatic Colors of #6F147E
Black with #6F147E
Text Example
Text Example
White with #6F147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F147E; }
p { color: rgb(111,20,126); }
H1.HeaderClassName
{
color: #6F147E;
}
.AnyTagClassName
{
color: #6F147E;
}
</style>
background-color css
<style>
a { background-color: #6F147E; }
a { background-color: rgb(111,20,126); }
div.DivClassName
{
background-color: #6F147E;
}
.BgClassName
{
background-color: #6F147E;
}
</style>
border-color css
<style>
span { border-color: #6F147E; }
span { border-color: rgb(111,20,126); }
td.TdClassName
{
border-color: #6F147E;
}
.TagClassName
{
border-color: #6F147E;
}
</style>