#6A0186

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

Shades of Purple #6A0186

Tints of Purple #6A0186

Color information

#6A0186 (or 0x6A0186) is unknown color: approx Purple. HEX triplet: 6A, 01 and 86. RGB value is (106,1,134). Sum of RGB (Red+Green+Blue) = 106+1+134=241 (31% of max value = 765). Red value is 106 (41.80% from 255 or 43.98% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #6A0186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0186 is #95FE79. Grayscale: #2F2F2F. Windows color (decimal): -9830010 or 8782186. OLE color: 8782186.

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

Color convert

RGB1061134-
CMYK0.210.9900.47
HSL287.37º98.52%26.47%-
HSV(B)287.37º99.25%52.55%-
XYZ10.264.8122.94-
YUV47.56176.79169.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.98%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 134 (52.73% from 255) = 55.60%
R=43.98%
G=0.41%
B=55.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10611340.210.9900.47287.3798.5226.47
Hex6A186156302F11f631a
Octal15212062514305743714332
Binary11010101100001101010111000110101111100011111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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