Shades of Purple #6F0596
Tints of Purple #6F0596
RGB
CMYK
RGB Variations
Color information
#6F0596 (or 0x6F0596) is known color: Purple. HEX triplet: 6F, 05 and 96. RGB value is (111,5,150). Sum of RGB (Red+Green+Blue) = 111+5+150=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #6F0596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0596 is #90FA69. Grayscale: #343434. Windows color (decimal): -9501290 or 9831791. OLE color: 9831791.
HSL color Cylindrical-coordinate representation of color #6F0596: hue angle of 283.86º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F0596 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 5 | 150 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.41 |
| HSL | 283.86º | 0.94% | 0.3% | - |
| HSV(B) | 283.86º | 0.97% | 0.59% | - |
| XYZ | 12.11 | 5.69 | 29.31 | - |
| YUV | 53.22 | 182.62 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 150 | 0.26 | 0.97 | 0 | 0.41 | 283.86 | 0.94 | 0.3 |
| Hex | 6F | 5 | 96 | 1A | 61 | 0 | 29 | 11C | 5E | 1E |
| Octal | 157 | 5 | 226 | 32 | 141 | 0 | 51 | 434 | 136 | 36 |
| Binary | 1101111 | 101 | 10010110 | 11010 | 1100001 | 0 | 101001 | 100011100 | 1011110 | 11110 |
Color Harmonies of #6F0596
Complementary color
Monochromatic Colors of #6F0596
Black with #6F0596
Text Example
Text Example
White with #6F0596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0596; }
p { color: rgb(111,5,150); }
H1.HeaderClassName
{
color: #6F0596;
}
.AnyTagClassName
{
color: #6F0596;
}
</style>
background-color css
<style>
a { background-color: #6F0596; }
a { background-color: rgb(111,5,150); }
div.DivClassName
{
background-color: #6F0596;
}
.BgClassName
{
background-color: #6F0596;
}
</style>
border-color css
<style>
span { border-color: #6F0596; }
span { border-color: rgb(111,5,150); }
td.TdClassName
{
border-color: #6F0596;
}
.TagClassName
{
border-color: #6F0596;
}
</style>