#6D0486

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

Shades of Purple #6D0486

Tints of Purple #6D0486

Color information

#6D0486 (or 0x6D0486) is unknown color: approx Purple. HEX triplet: 6D, 04 and 86. RGB value is (109,4,134). Sum of RGB (Red+Green+Blue) = 109+4+134=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #6D0486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0486 is #92FB79. Grayscale: #313131. Windows color (decimal): -9632634 or 8782957. OLE color: 8782957.

HSL color Cylindrical-coordinate representation of color #6D0486: hue angle of 288.46º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0486 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1094134-
CMYK0.190.9700.47
HSL288.46º94.2%27.06%-
HSV(B)288.46º97.01%52.55%-
XYZ10.655.0622.97-
YUV50.22175.29169.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.13%
GREEN value IS 4 (1.95% from 255) = 1.62%
BLUE value IS 134 (52.73% from 255) = 54.25%
R=44.13%
G=1.62%
B=54.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10941340.190.9700.47288.4694.227.06
Hex6D486136102F1205e1b
Octal15542062314105744013633
Binary1101101100100001101001111000010101111100100000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,4,134); }

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

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

 a { background-color: rgb(109,4,134); }

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

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

 span { border-color: rgb(109,4,134); }

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