Shades of Purple #6F0291
Tints of Purple #6F0291
RGB
CMYK
RGB Variations
Color information
#6F0291 (or 0x6F0291) is known color: Purple. HEX triplet: 6F, 02 and 91. RGB value is (111,2,145). Sum of RGB (Red+Green+Blue) = 111+2+145=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F0291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0291 is #90FD6E. Grayscale: #323232. Windows color (decimal): -9502063 or 9503343. OLE color: 9503343.
HSL color Cylindrical-coordinate representation of color #6F0291: hue angle of 285.73º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0291 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 2 | 145 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.43 |
| HSL | 285.73º | 0.97% | 0.29% | - |
| HSV(B) | 285.73º | 0.99% | 0.57% | - |
| XYZ | 11.69 | 5.47 | 27.23 | - |
| YUV | 50.89 | 181.11 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 145 | 0.23 | 0.99 | 0 | 0.43 | 285.73 | 0.97 | 0.29 |
| Hex | 6F | 2 | 91 | 17 | 63 | 0 | 2B | 11E | 61 | 1D |
| Octal | 157 | 2 | 221 | 27 | 143 | 0 | 53 | 436 | 141 | 35 |
| Binary | 1101111 | 10 | 10010001 | 10111 | 1100011 | 0 | 101011 | 100011110 | 1100001 | 11101 |
Color Harmonies of #6F0291
Complementary color
Monochromatic Colors of #6F0291
Black with #6F0291
Text Example
Text Example
White with #6F0291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0291; }
p { color: rgb(111,2,145); }
H1.HeaderClassName
{
color: #6F0291;
}
.AnyTagClassName
{
color: #6F0291;
}
</style>
background-color css
<style>
a { background-color: #6F0291; }
a { background-color: rgb(111,2,145); }
div.DivClassName
{
background-color: #6F0291;
}
.BgClassName
{
background-color: #6F0291;
}
</style>
border-color css
<style>
span { border-color: #6F0291; }
span { border-color: rgb(111,2,145); }
td.TdClassName
{
border-color: #6F0291;
}
.TagClassName
{
border-color: #6F0291;
}
</style>