Shades of Purple #6F056A
Tints of Purple #6F056A
RGB
CMYK
RGB Variations
Color information
#6F056A (or 0x6F056A) is known color: Purple. HEX triplet: 6F, 05 and 6A. RGB value is (111,5,106). Sum of RGB (Red+Green+Blue) = 111+5+106=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F056A is #90FA95. Grayscale: #2F2F2F. Windows color (decimal): -9501334 or 6948207. OLE color: 6948207.
HSL color Cylindrical-coordinate representation of color #6F056A: hue angle of 302.83º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F056A is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 5 | 106 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.56 |
| HSL | 302.83º | 0.91% | 0.23% | - |
| HSV(B) | 302.83º | 0.95% | 0.44% | - |
| XYZ | 9.21 | 4.53 | 14.02 | - |
| YUV | 48.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 106 | 0 | 0.95 | 0.05 | 0.56 | 302.83 | 0.91 | 0.23 |
| Hex | 6F | 5 | 6A | 0 | 5F | 5 | 38 | 12F | 5B | 17 |
| Octal | 157 | 5 | 152 | 0 | 137 | 5 | 70 | 457 | 133 | 27 |
| Binary | 1101111 | 101 | 1101010 | 0 | 1011111 | 101 | 111000 | 100101111 | 1011011 | 10111 |
Color Harmonies of #6F056A
Complementary color
Monochromatic Colors of #6F056A
Black with #6F056A
Text Example
Text Example
White with #6F056A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F056A; }
p { color: rgb(111,5,106); }
H1.HeaderClassName
{
color: #6F056A;
}
.AnyTagClassName
{
color: #6F056A;
}
</style>
background-color css
<style>
a { background-color: #6F056A; }
a { background-color: rgb(111,5,106); }
div.DivClassName
{
background-color: #6F056A;
}
.BgClassName
{
background-color: #6F056A;
}
</style>
border-color css
<style>
span { border-color: #6F056A; }
span { border-color: rgb(111,5,106); }
td.TdClassName
{
border-color: #6F056A;
}
.TagClassName
{
border-color: #6F056A;
}
</style>