Shades of Purple #6F047E
Tints of Purple #6F047E
RGB
CMYK
RGB Variations
Color information
#6F047E (or 0x6F047E) is known color: Purple. HEX triplet: 6F, 04 and 7E. RGB value is (111,4,126). Sum of RGB (Red+Green+Blue) = 111+4+126=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #6F047E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F047E is #90FB81. Grayscale: #313131. Windows color (decimal): -9501570 or 8258671. OLE color: 8258671.
HSL color Cylindrical-coordinate representation of color #6F047E: hue angle of 292.62º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F047E is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 4 | 126 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.51 |
| HSL | 292.62º | 0.94% | 0.25% | - |
| HSV(B) | 292.62º | 0.97% | 0.49% | - |
| XYZ | 10.36 | 4.97 | 20.15 | - |
| YUV | 49.9 | 170.95 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 126 | 0.12 | 0.97 | 0 | 0.51 | 292.62 | 0.94 | 0.25 |
| Hex | 6F | 4 | 7E | C | 61 | 0 | 33 | 125 | 5E | 19 |
| Octal | 157 | 4 | 176 | 14 | 141 | 0 | 63 | 445 | 136 | 31 |
| Binary | 1101111 | 100 | 1111110 | 1100 | 1100001 | 0 | 110011 | 100100101 | 1011110 | 11001 |
Color Harmonies of #6F047E
Complementary color
Monochromatic Colors of #6F047E
Black with #6F047E
Text Example
Text Example
White with #6F047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F047E; }
p { color: rgb(111,4,126); }
H1.HeaderClassName
{
color: #6F047E;
}
.AnyTagClassName
{
color: #6F047E;
}
</style>
background-color css
<style>
a { background-color: #6F047E; }
a { background-color: rgb(111,4,126); }
div.DivClassName
{
background-color: #6F047E;
}
.BgClassName
{
background-color: #6F047E;
}
</style>
border-color css
<style>
span { border-color: #6F047E; }
span { border-color: rgb(111,4,126); }
td.TdClassName
{
border-color: #6F047E;
}
.TagClassName
{
border-color: #6F047E;
}
</style>