#6A1286

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

Shades of Purple #6A1286

Tints of Purple #6A1286

Color information

#6A1286 (or 0x6A1286) is unknown color: approx Purple. HEX triplet: 6A, 12 and 86. RGB value is (106,18,134). Sum of RGB (Red+Green+Blue) = 106+18+134=258 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.09% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #6A1286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1286 is #95ED79. Grayscale: #393939. Windows color (decimal): -9825658 or 8786538. OLE color: 8786538.

HSL color Cylindrical-coordinate representation of color #6A1286: hue angle of 285.52º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A1286 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10618134-
CMYK0.210.8700.47
HSL285.52º76.32%29.8%-
HSV(B)285.52º86.57%52.55%-
XYZ10.465.2223.01-
YUV57.54171.15162.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.09%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 134 (52.73% from 255) = 51.94%
R=41.09%
G=6.98%
B=51.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106181340.210.8700.47285.5276.3229.8
Hex6A1286155702F11e4c1e
Octal152222062512705743611436
Binary110101010010100001101010110101110101111100011110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,18,134); }

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

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

 a { background-color: rgb(106,18,134); }

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

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

 span { border-color: rgb(106,18,134); }

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