Shades of Purple #6F0289
Tints of Purple #6F0289
RGB
CMYK
RGB Variations
Color information
#6F0289 (or 0x6F0289) is known color: Purple. HEX triplet: 6F, 02 and 89. RGB value is (111,2,137). Sum of RGB (Red+Green+Blue) = 111+2+137=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F0289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0289 is #90FD76. Grayscale: #313131. Windows color (decimal): -9502071 or 8979055. OLE color: 8979055.
HSL color Cylindrical-coordinate representation of color #6F0289: hue angle of 288.44º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0289 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 2 | 137 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.46 |
| HSL | 288.44º | 0.97% | 0.27% | - |
| HSV(B) | 288.44º | 0.99% | 0.54% | - |
| XYZ | 11.09 | 5.23 | 24.09 | - |
| YUV | 49.98 | 177.11 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 137 | 0.19 | 0.99 | 0 | 0.46 | 288.44 | 0.97 | 0.27 |
| Hex | 6F | 2 | 89 | 13 | 63 | 0 | 2E | 120 | 61 | 1B |
| Octal | 157 | 2 | 211 | 23 | 143 | 0 | 56 | 440 | 141 | 33 |
| Binary | 1101111 | 10 | 10001001 | 10011 | 1100011 | 0 | 101110 | 100100000 | 1100001 | 11011 |
Color Harmonies of #6F0289
Complementary color
Monochromatic Colors of #6F0289
Black with #6F0289
Text Example
Text Example
White with #6F0289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0289; }
p { color: rgb(111,2,137); }
H1.HeaderClassName
{
color: #6F0289;
}
.AnyTagClassName
{
color: #6F0289;
}
</style>
background-color css
<style>
a { background-color: #6F0289; }
a { background-color: rgb(111,2,137); }
div.DivClassName
{
background-color: #6F0289;
}
.BgClassName
{
background-color: #6F0289;
}
</style>
border-color css
<style>
span { border-color: #6F0289; }
span { border-color: rgb(111,2,137); }
td.TdClassName
{
border-color: #6F0289;
}
.TagClassName
{
border-color: #6F0289;
}
</style>