Shades of Purple #6F077A
Tints of Purple #6F077A
RGB
CMYK
RGB Variations
Color information
#6F077A (or 0x6F077A) is known color: Purple. HEX triplet: 6F, 07 and 7A. RGB value is (111,7,122). Sum of RGB (Red+Green+Blue) = 111+7+122=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F077A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F077A is #90F885. Grayscale: #323232. Windows color (decimal): -9500806 or 7997295. OLE color: 7997295.
HSL color Cylindrical-coordinate representation of color #6F077A: hue angle of 294.26º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F077A is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 7 | 122 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.52 |
| HSL | 294.26º | 0.89% | 0.25% | - |
| HSV(B) | 294.26º | 0.94% | 0.48% | - |
| XYZ | 10.14 | 4.94 | 18.83 | - |
| YUV | 51.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 122 | 0.09 | 0.94 | 0 | 0.52 | 294.26 | 0.89 | 0.25 |
| Hex | 6F | 7 | 7A | 9 | 5E | 0 | 34 | 126 | 59 | 19 |
| Octal | 157 | 7 | 172 | 11 | 136 | 0 | 64 | 446 | 131 | 31 |
| Binary | 1101111 | 111 | 1111010 | 1001 | 1011110 | 0 | 110100 | 100100110 | 1011001 | 11001 |
Color Harmonies of #6F077A
Complementary color
Monochromatic Colors of #6F077A
Black with #6F077A
Text Example
Text Example
White with #6F077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F077A; }
p { color: rgb(111,7,122); }
H1.HeaderClassName
{
color: #6F077A;
}
.AnyTagClassName
{
color: #6F077A;
}
</style>
background-color css
<style>
a { background-color: #6F077A; }
a { background-color: rgb(111,7,122); }
div.DivClassName
{
background-color: #6F077A;
}
.BgClassName
{
background-color: #6F077A;
}
</style>
border-color css
<style>
span { border-color: #6F077A; }
span { border-color: rgb(111,7,122); }
td.TdClassName
{
border-color: #6F077A;
}
.TagClassName
{
border-color: #6F077A;
}
</style>