Shades of Purple #6F0885
Tints of Purple #6F0885
RGB
CMYK
RGB Variations
Color information
#6F0885 (or 0x6F0885) is known color: Purple. HEX triplet: 6F, 08 and 85. RGB value is (111,8,133). Sum of RGB (Red+Green+Blue) = 111+8+133=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F0885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0885 is #90F77A. Grayscale: #343434. Windows color (decimal): -9500539 or 8718447. OLE color: 8718447.
HSL color Cylindrical-coordinate representation of color #6F0885: hue angle of 289.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0885 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 8 | 133 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.48 |
| HSL | 289.44º | 0.89% | 0.28% | - |
| HSV(B) | 289.44º | 0.94% | 0.52% | - |
| XYZ | 10.88 | 5.25 | 22.63 | - |
| YUV | 53.05 | 173.12 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 133 | 0.17 | 0.94 | 0 | 0.48 | 289.44 | 0.89 | 0.28 |
| Hex | 6F | 8 | 85 | 11 | 5E | 0 | 30 | 121 | 59 | 1C |
| Octal | 157 | 10 | 205 | 21 | 136 | 0 | 60 | 441 | 131 | 34 |
| Binary | 1101111 | 1000 | 10000101 | 10001 | 1011110 | 0 | 110000 | 100100001 | 1011001 | 11100 |
Color Harmonies of #6F0885
Complementary color
Monochromatic Colors of #6F0885
Black with #6F0885
Text Example
Text Example
White with #6F0885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0885; }
p { color: rgb(111,8,133); }
H1.HeaderClassName
{
color: #6F0885;
}
.AnyTagClassName
{
color: #6F0885;
}
</style>
background-color css
<style>
a { background-color: #6F0885; }
a { background-color: rgb(111,8,133); }
div.DivClassName
{
background-color: #6F0885;
}
.BgClassName
{
background-color: #6F0885;
}
</style>
border-color css
<style>
span { border-color: #6F0885; }
span { border-color: rgb(111,8,133); }
td.TdClassName
{
border-color: #6F0885;
}
.TagClassName
{
border-color: #6F0885;
}
</style>