Shades of Purple #6F0586
Tints of Purple #6F0586
RGB
CMYK
RGB Variations
Color information
#6F0586 (or 0x6F0586) is known color: Purple. HEX triplet: 6F, 05 and 86. RGB value is (111,5,134). Sum of RGB (Red+Green+Blue) = 111+5+134=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F0586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0586 is #90FA79. Grayscale: #323232. Windows color (decimal): -9501306 or 8783215. OLE color: 8783215.
HSL color Cylindrical-coordinate representation of color #6F0586: hue angle of 289.3º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0586 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 5 | 134 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.47 |
| HSL | 289.3º | 0.93% | 0.27% | - |
| HSV(B) | 289.3º | 0.96% | 0.53% | - |
| XYZ | 10.91 | 5.21 | 22.98 | - |
| YUV | 51.4 | 174.62 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 134 | 0.17 | 0.96 | 0 | 0.47 | 289.3 | 0.93 | 0.27 |
| Hex | 6F | 5 | 86 | 11 | 60 | 0 | 2F | 121 | 5D | 1B |
| Octal | 157 | 5 | 206 | 21 | 140 | 0 | 57 | 441 | 135 | 33 |
| Binary | 1101111 | 101 | 10000110 | 10001 | 1100000 | 0 | 101111 | 100100001 | 1011101 | 11011 |
Color Harmonies of #6F0586
Complementary color
Monochromatic Colors of #6F0586
Black with #6F0586
Text Example
Text Example
White with #6F0586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0586; }
p { color: rgb(111,5,134); }
H1.HeaderClassName
{
color: #6F0586;
}
.AnyTagClassName
{
color: #6F0586;
}
</style>
background-color css
<style>
a { background-color: #6F0586; }
a { background-color: rgb(111,5,134); }
div.DivClassName
{
background-color: #6F0586;
}
.BgClassName
{
background-color: #6F0586;
}
</style>
border-color css
<style>
span { border-color: #6F0586; }
span { border-color: rgb(111,5,134); }
td.TdClassName
{
border-color: #6F0586;
}
.TagClassName
{
border-color: #6F0586;
}
</style>