Shades of Purple #6F0E9A
Tints of Purple #6F0E9A
RGB
CMYK
RGB Variations
Color information
#6F0E9A (or 0x6F0E9A) is known color: Purple. HEX triplet: 6F, 0E and 9A. RGB value is (111,14,154). Sum of RGB (Red+Green+Blue) = 111+14+154=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F0E9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0E9A is #90F165. Grayscale: #3A3A3A. Windows color (decimal): -9498982 or 10096239. OLE color: 10096239.
HSL color Cylindrical-coordinate representation of color #6F0E9A: hue angle of 281.57º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0E9A is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 14 | 154 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.40 |
| HSL | 281.57º | 0.83% | 0.33% | - |
| HSV(B) | 281.57º | 0.91% | 0.6% | - |
| XYZ | 12.55 | 6.03 | 31.07 | - |
| YUV | 58.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 154 | 0.28 | 0.91 | 0 | 0.40 | 281.57 | 0.83 | 0.33 |
| Hex | 6F | E | 9A | 1C | 5B | 0 | 28 | 11A | 53 | 21 |
| Octal | 157 | 16 | 232 | 34 | 133 | 0 | 50 | 432 | 123 | 41 |
| Binary | 1101111 | 1110 | 10011010 | 11100 | 1011011 | 0 | 101000 | 100011010 | 1010011 | 100001 |
Color Harmonies of #6F0E9A
Complementary color
Monochromatic Colors of #6F0E9A
Black with #6F0E9A
Text Example
Text Example
White with #6F0E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0E9A; }
p { color: rgb(111,14,154); }
H1.HeaderClassName
{
color: #6F0E9A;
}
.AnyTagClassName
{
color: #6F0E9A;
}
</style>
background-color css
<style>
a { background-color: #6F0E9A; }
a { background-color: rgb(111,14,154); }
div.DivClassName
{
background-color: #6F0E9A;
}
.BgClassName
{
background-color: #6F0E9A;
}
</style>
border-color css
<style>
span { border-color: #6F0E9A; }
span { border-color: rgb(111,14,154); }
td.TdClassName
{
border-color: #6F0E9A;
}
.TagClassName
{
border-color: #6F0E9A;
}
</style>