#6f1086

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

Shades of Purple #6F1086

Tints of Purple #6F1086

Color information

#6F1086 (or 0x6F1086) is unknown color: approx Purple. HEX triplet: 6F, 10 and 86. RGB value is (111,16,134). Sum of RGB (Red+Green+Blue) = 111+16+134=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F1086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1086 is #90EF79. Grayscale: #393939. Windows color (decimal): -9498490 or 8786031. OLE color: 8786031.

HSL color Cylindrical-coordinate representation of color #6F1086: hue angle of 288.31º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F1086 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11116134-
CMYK0.170.8800.47
HSL288.31º78.67%29.41%-
HSV(B)288.31º88.06%52.55%-
XYZ11.045.4723.03-
YUV57.86170.97165.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.53%
GREEN value IS 16 (6.64% from 255) = 6.13%
BLUE value IS 134 (52.73% from 255) = 51.34%
R=42.53%
G=6.13%
B=51.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111161340.170.8800.47288.3178.6729.41
Hex6F1086115802F1204f1d
Octal157202062113005744011735
Binary110111110000100001101000110110000101111100100000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f1086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,16,134); }

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

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

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

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

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

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

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