#6F116F

Color #6F116F Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #6F116F

Tints of Purple #6F116F

Color information

#6F116F (or 0x6F116F) is unknown color: approx Purple. HEX triplet: 6F, 11 and 6F. RGB value is (111,17,111). Sum of RGB (Red+Green+Blue) = 111+17+111=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: red, blue. Hex color #6F116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F116F is #90EE90. Grayscale: #373737. Windows color (decimal): -9498257 or 7278959. OLE color: 7278959.

HSL color Cylindrical-coordinate representation of color #6F116F: hue angle of 300º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F116F is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11117111-
CMYK00.8500.56
HSL300º73.44%25.1%-
HSV(B)300º84.68%43.53%-
XYZ9.634.9315.48-
YUV55.82159.14167.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 17 (7.03% from 255) = 7.11%
BLUE value IS 111 (43.75% from 255) = 46.44%
R=46.44%
G=7.11%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111711100.8500.5630073.4425.1
Hex6F116F05503812c4919
Octal15721157012507045411131
Binary1101111100011101111010101010111000100101100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F116F; }

 p { color: rgb(111,17,111); }

 H1.HeaderClassName
 {
   color: #6F116F;
 }
 .AnyTagClassName
 {
   color: #6F116F;
 }
</style>
background-color css

<style>
 a { background-color: #6F116F; }

 a { background-color: rgb(111,17,111); }

 div.DivClassName
 {
   background-color: #6F116F;
 }
 .BgClassName
 {
   background-color: #6F116F;
 }
</style>
border-color css

<style>
 span { border-color: #6F116F; }

 span { border-color: rgb(111,17,111); }

 td.TdClassName
 {
   border-color: #6F116F;
 }
 .TagClassName
 {
   border-color: #6F116F;
 }
</style>