Shades of Purple #6F097C
Tints of Purple #6F097C
RGB
CMYK
RGB Variations
Color information
#6F097C (or 0x6F097C) is known color: Purple. HEX triplet: 6F, 09 and 7C. RGB value is (111,9,124). Sum of RGB (Red+Green+Blue) = 111+9+124=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F097C is #90F683. Grayscale: #343434. Windows color (decimal): -9500292 or 8128879. OLE color: 8128879.
HSL color Cylindrical-coordinate representation of color #6F097C: hue angle of 293.22º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F097C is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 9 | 124 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.51 |
| HSL | 293.22º | 0.86% | 0.26% | - |
| HSV(B) | 293.22º | 0.93% | 0.49% | - |
| XYZ | 10.29 | 5.03 | 19.5 | - |
| YUV | 52.61 | 168.29 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 124 | 0.10 | 0.93 | 0 | 0.51 | 293.22 | 0.86 | 0.26 |
| Hex | 6F | 9 | 7C | A | 5D | 0 | 33 | 125 | 56 | 1A |
| Octal | 157 | 11 | 174 | 12 | 135 | 0 | 63 | 445 | 126 | 32 |
| Binary | 1101111 | 1001 | 1111100 | 1010 | 1011101 | 0 | 110011 | 100100101 | 1010110 | 11010 |
Color Harmonies of #6F097C
Complementary color
Monochromatic Colors of #6F097C
Black with #6F097C
Text Example
Text Example
White with #6F097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F097C; }
p { color: rgb(111,9,124); }
H1.HeaderClassName
{
color: #6F097C;
}
.AnyTagClassName
{
color: #6F097C;
}
</style>
background-color css
<style>
a { background-color: #6F097C; }
a { background-color: rgb(111,9,124); }
div.DivClassName
{
background-color: #6F097C;
}
.BgClassName
{
background-color: #6F097C;
}
</style>
border-color css
<style>
span { border-color: #6F097C; }
span { border-color: rgb(111,9,124); }
td.TdClassName
{
border-color: #6F097C;
}
.TagClassName
{
border-color: #6F097C;
}
</style>