#6D1682

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

Shades of Purple #6D1682

Tints of Purple #6D1682

Color information

#6D1682 (or 0x6D1682) is unknown color: approx Purple. HEX triplet: 6D, 16 and 82. RGB value is (109,22,130). Sum of RGB (Red+Green+Blue) = 109+22+130=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D1682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1682 is #92E97D. Grayscale: #3B3B3B. Windows color (decimal): -9628030 or 8525421. OLE color: 8525421.

HSL color Cylindrical-coordinate representation of color #6D1682: hue angle of 288.33º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1682 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10922130-
CMYK0.160.8300.49
HSL288.33º71.05%29.8%-
HSV(B)288.33º83.08%50.98%-
XYZ10.625.4421.61-
YUV60.32167.32162.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.76%
GREEN value IS 22 (8.98% from 255) = 8.43%
BLUE value IS 130 (51.17% from 255) = 49.81%
R=41.76%
G=8.43%
B=49.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109221300.160.8300.49288.3371.0529.8
Hex6D16821053031120471e
Octal155262022012306144010736
Binary110110110110100000101000010100110110001100100000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,22,130); }

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

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

 a { background-color: rgb(109,22,130); }

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

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

 span { border-color: rgb(109,22,130); }

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