Shades of Purple #6F059A
Tints of Purple #6F059A
RGB
CMYK
RGB Variations
Color information
#6F059A (or 0x6F059A) is known color: Purple. HEX triplet: 6F, 05 and 9A. RGB value is (111,5,154). Sum of RGB (Red+Green+Blue) = 111+5+154=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F059A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F059A is #90FA65. Grayscale: #353535. Windows color (decimal): -9501286 or 10093935. OLE color: 10093935.
HSL color Cylindrical-coordinate representation of color #6F059A: hue angle of 282.68º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F059A is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 5 | 154 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.40 |
| HSL | 282.68º | 0.94% | 0.31% | - |
| HSV(B) | 282.68º | 0.97% | 0.6% | - |
| XYZ | 12.44 | 5.82 | 31.04 | - |
| YUV | 53.68 | 184.62 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 154 | 0.28 | 0.97 | 0 | 0.40 | 282.68 | 0.94 | 0.31 |
| Hex | 6F | 5 | 9A | 1C | 61 | 0 | 28 | 11B | 5E | 1F |
| Octal | 157 | 5 | 232 | 34 | 141 | 0 | 50 | 433 | 136 | 37 |
| Binary | 1101111 | 101 | 10011010 | 11100 | 1100001 | 0 | 101000 | 100011011 | 1011110 | 11111 |
Color Harmonies of #6F059A
Complementary color
Monochromatic Colors of #6F059A
Black with #6F059A
Text Example
Text Example
White with #6F059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F059A; }
p { color: rgb(111,5,154); }
H1.HeaderClassName
{
color: #6F059A;
}
.AnyTagClassName
{
color: #6F059A;
}
</style>
background-color css
<style>
a { background-color: #6F059A; }
a { background-color: rgb(111,5,154); }
div.DivClassName
{
background-color: #6F059A;
}
.BgClassName
{
background-color: #6F059A;
}
</style>
border-color css
<style>
span { border-color: #6F059A; }
span { border-color: rgb(111,5,154); }
td.TdClassName
{
border-color: #6F059A;
}
.TagClassName
{
border-color: #6F059A;
}
</style>