Shades of Purple #6F097D
Tints of Purple #6F097D
RGB
CMYK
RGB Variations
Color information
#6F097D (or 0x6F097D) is known color: Purple. HEX triplet: 6F, 09 and 7D. RGB value is (111,9,125). Sum of RGB (Red+Green+Blue) = 111+9+125=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F097D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F097D is #90F682. Grayscale: #343434. Windows color (decimal): -9500291 or 8194415. OLE color: 8194415.
HSL color Cylindrical-coordinate representation of color #6F097D: hue angle of 292.76º degrees, saturation: 0.87, 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 #6F097D is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 9 | 125 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.51 |
| HSL | 292.76º | 0.87% | 0.26% | - |
| HSV(B) | 292.76º | 0.93% | 0.49% | - |
| XYZ | 10.35 | 5.06 | 19.83 | - |
| YUV | 52.72 | 168.79 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 125 | 0.11 | 0.93 | 0 | 0.51 | 292.76 | 0.87 | 0.26 |
| Hex | 6F | 9 | 7D | B | 5D | 0 | 33 | 125 | 57 | 1A |
| Octal | 157 | 11 | 175 | 13 | 135 | 0 | 63 | 445 | 127 | 32 |
| Binary | 1101111 | 1001 | 1111101 | 1011 | 1011101 | 0 | 110011 | 100100101 | 1010111 | 11010 |
Color Harmonies of #6F097D
Complementary color
Monochromatic Colors of #6F097D
Black with #6F097D
Text Example
Text Example
White with #6F097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F097D; }
p { color: rgb(111,9,125); }
H1.HeaderClassName
{
color: #6F097D;
}
.AnyTagClassName
{
color: #6F097D;
}
</style>
background-color css
<style>
a { background-color: #6F097D; }
a { background-color: rgb(111,9,125); }
div.DivClassName
{
background-color: #6F097D;
}
.BgClassName
{
background-color: #6F097D;
}
</style>
border-color css
<style>
span { border-color: #6F097D; }
span { border-color: rgb(111,9,125); }
td.TdClassName
{
border-color: #6F097D;
}
.TagClassName
{
border-color: #6F097D;
}
</style>