Shades of Purple #6F0899
Tints of Purple #6F0899
RGB
CMYK
RGB Variations
Color information
#6F0899 (or 0x6F0899) is known color: Purple. HEX triplet: 6F, 08 and 99. RGB value is (111,8,153). Sum of RGB (Red+Green+Blue) = 111+8+153=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F0899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0899 is #90F766. Grayscale: #363636. Windows color (decimal): -9500519 or 10029167. OLE color: 10029167.
HSL color Cylindrical-coordinate representation of color #6F0899: hue angle of 282.62º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0899 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 8 | 153 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.4 |
| HSL | 282.62º | 0.9% | 0.32% | - |
| HSV(B) | 282.62º | 0.95% | 0.6% | - |
| XYZ | 12.39 | 5.85 | 30.61 | - |
| YUV | 55.33 | 183.12 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 153 | 0.27 | 0.95 | 0 | 0.4 | 282.62 | 0.9 | 0.32 |
| Hex | 6F | 8 | 99 | 1B | 5F | 0 | 28 | 11B | 5A | 20 |
| Octal | 157 | 10 | 231 | 33 | 137 | 0 | 50 | 433 | 132 | 40 |
| Binary | 1101111 | 1000 | 10011001 | 11011 | 1011111 | 0 | 101000 | 100011011 | 1011010 | 100000 |
Color Harmonies of #6F0899
Complementary color
Monochromatic Colors of #6F0899
Black with #6F0899
Text Example
Text Example
White with #6F0899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0899; }
p { color: rgb(111,8,153); }
H1.HeaderClassName
{
color: #6F0899;
}
.AnyTagClassName
{
color: #6F0899;
}
</style>
background-color css
<style>
a { background-color: #6F0899; }
a { background-color: rgb(111,8,153); }
div.DivClassName
{
background-color: #6F0899;
}
.BgClassName
{
background-color: #6F0899;
}
</style>
border-color css
<style>
span { border-color: #6F0899; }
span { border-color: rgb(111,8,153); }
td.TdClassName
{
border-color: #6F0899;
}
.TagClassName
{
border-color: #6F0899;
}
</style>