Shades of Purple #6F088A
Tints of Purple #6F088A
RGB
CMYK
RGB Variations
Color information
#6F088A (or 0x6F088A) is known color: Purple. HEX triplet: 6F, 08 and 8A. RGB value is (111,8,138). Sum of RGB (Red+Green+Blue) = 111+8+138=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F088A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F088A is #90F775. Grayscale: #353535. Windows color (decimal): -9500534 or 9046127. OLE color: 9046127.
HSL color Cylindrical-coordinate representation of color #6F088A: hue angle of 287.54º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F088A is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 8 | 138 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.46 |
| HSL | 287.54º | 0.89% | 0.29% | - |
| HSV(B) | 287.54º | 0.94% | 0.54% | - |
| XYZ | 11.23 | 5.39 | 24.49 | - |
| YUV | 53.62 | 175.62 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 138 | 0.20 | 0.94 | 0 | 0.46 | 287.54 | 0.89 | 0.29 |
| Hex | 6F | 8 | 8A | 14 | 5E | 0 | 2E | 120 | 59 | 1D |
| Octal | 157 | 10 | 212 | 24 | 136 | 0 | 56 | 440 | 131 | 35 |
| Binary | 1101111 | 1000 | 10001010 | 10100 | 1011110 | 0 | 101110 | 100100000 | 1011001 | 11101 |
Color Harmonies of #6F088A
Complementary color
Monochromatic Colors of #6F088A
Black with #6F088A
Text Example
Text Example
White with #6F088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F088A; }
p { color: rgb(111,8,138); }
H1.HeaderClassName
{
color: #6F088A;
}
.AnyTagClassName
{
color: #6F088A;
}
</style>
background-color css
<style>
a { background-color: #6F088A; }
a { background-color: rgb(111,8,138); }
div.DivClassName
{
background-color: #6F088A;
}
.BgClassName
{
background-color: #6F088A;
}
</style>
border-color css
<style>
span { border-color: #6F088A; }
span { border-color: rgb(111,8,138); }
td.TdClassName
{
border-color: #6F088A;
}
.TagClassName
{
border-color: #6F088A;
}
</style>