#6D0882

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

Shades of Purple #6D0882

Tints of Purple #6D0882

Color information

#6D0882 (or 0x6D0882) is unknown color: approx Purple. HEX triplet: 6D, 08 and 82. RGB value is (109,8,130). Sum of RGB (Red+Green+Blue) = 109+8+130=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D0882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0882 is #92F77D. Grayscale: #333333. Windows color (decimal): -9631614 or 8521837. OLE color: 8521837.

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

Color convert

RGB1098130-
CMYK0.160.9400.49
HSL289.67º88.41%27.06%-
HSV(B)289.67º93.85%50.98%-
XYZ10.425.0421.54-
YUV52.11171.96168.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.13%
GREEN value IS 8 (3.52% from 255) = 3.24%
BLUE value IS 130 (51.17% from 255) = 52.63%
R=44.13%
G=3.24%
B=52.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10981300.160.9400.49289.6788.4127.06
Hex6D882105E031122581b
Octal155102022013606144213033
Binary11011011000100000101000010111100110001100100010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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