Shades of Purple #6F098C
Tints of Purple #6F098C
RGB
CMYK
RGB Variations
Color information
#6F098C (or 0x6F098C) is known color: Purple. HEX triplet: 6F, 09 and 8C. RGB value is (111,9,140). Sum of RGB (Red+Green+Blue) = 111+9+140=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F098C is #90F673. Grayscale: #363636. Windows color (decimal): -9500276 or 9177455. OLE color: 9177455.
HSL color Cylindrical-coordinate representation of color #6F098C: hue angle of 286.72º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F098C is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 9 | 140 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.45 |
| HSL | 286.72º | 0.88% | 0.29% | - |
| HSV(B) | 286.72º | 0.94% | 0.55% | - |
| XYZ | 11.39 | 5.47 | 25.27 | - |
| YUV | 54.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 140 | 0.21 | 0.94 | 0 | 0.45 | 286.72 | 0.88 | 0.29 |
| Hex | 6F | 9 | 8C | 15 | 5E | 0 | 2D | 11F | 58 | 1D |
| Octal | 157 | 11 | 214 | 25 | 136 | 0 | 55 | 437 | 130 | 35 |
| Binary | 1101111 | 1001 | 10001100 | 10101 | 1011110 | 0 | 101101 | 100011111 | 1011000 | 11101 |
Color Harmonies of #6F098C
Complementary color
Monochromatic Colors of #6F098C
Black with #6F098C
Text Example
Text Example
White with #6F098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F098C; }
p { color: rgb(111,9,140); }
H1.HeaderClassName
{
color: #6F098C;
}
.AnyTagClassName
{
color: #6F098C;
}
</style>
background-color css
<style>
a { background-color: #6F098C; }
a { background-color: rgb(111,9,140); }
div.DivClassName
{
background-color: #6F098C;
}
.BgClassName
{
background-color: #6F098C;
}
</style>
border-color css
<style>
span { border-color: #6F098C; }
span { border-color: rgb(111,9,140); }
td.TdClassName
{
border-color: #6F098C;
}
.TagClassName
{
border-color: #6F098C;
}
</style>