Shades of Purple #6F0690
Tints of Purple #6F0690
RGB
CMYK
RGB Variations
Color information
#6F0690 (or 0x6F0690) is known color: Purple. HEX triplet: 6F, 06 and 90. RGB value is (111,6,144). Sum of RGB (Red+Green+Blue) = 111+6+144=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F0690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0690 is #90F96F. Grayscale: #343434. Windows color (decimal): -9501040 or 9438831. OLE color: 9438831.
HSL color Cylindrical-coordinate representation of color #6F0690: hue angle of 285.65º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0690 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 6 | 144 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.44 |
| HSL | 285.65º | 0.92% | 0.29% | - |
| HSV(B) | 285.65º | 0.96% | 0.56% | - |
| XYZ | 11.65 | 5.52 | 26.84 | - |
| YUV | 53.13 | 179.29 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 144 | 0.23 | 0.96 | 0 | 0.44 | 285.65 | 0.92 | 0.29 |
| Hex | 6F | 6 | 90 | 17 | 60 | 0 | 2C | 11E | 5C | 1D |
| Octal | 157 | 6 | 220 | 27 | 140 | 0 | 54 | 436 | 134 | 35 |
| Binary | 1101111 | 110 | 10010000 | 10111 | 1100000 | 0 | 101100 | 100011110 | 1011100 | 11101 |
Color Harmonies of #6F0690
Complementary color
Monochromatic Colors of #6F0690
Black with #6F0690
Text Example
Text Example
White with #6F0690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0690; }
p { color: rgb(111,6,144); }
H1.HeaderClassName
{
color: #6F0690;
}
.AnyTagClassName
{
color: #6F0690;
}
</style>
background-color css
<style>
a { background-color: #6F0690; }
a { background-color: rgb(111,6,144); }
div.DivClassName
{
background-color: #6F0690;
}
.BgClassName
{
background-color: #6F0690;
}
</style>
border-color css
<style>
span { border-color: #6F0690; }
span { border-color: rgb(111,6,144); }
td.TdClassName
{
border-color: #6F0690;
}
.TagClassName
{
border-color: #6F0690;
}
</style>