#6D0380

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

Shades of Purple #6D0380

Tints of Purple #6D0380

Color information

#6D0380 (or 0x6D0380) is unknown color: approx Purple. HEX triplet: 6D, 03 and 80. RGB value is (109,3,128). Sum of RGB (Red+Green+Blue) = 109+3+128=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #6D0380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0380 is #92FC7F. Grayscale: #303030. Windows color (decimal): -9632896 or 8389485. OLE color: 8389485.

HSL color Cylindrical-coordinate representation of color #6D0380: hue angle of 290.88º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D0380 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1093128-
CMYK0.150.9800.50
HSL290.88º95.42%25.69%-
HSV(B)290.88º97.66%50.2%-
XYZ10.244.8720.82-
YUV48.94172.62170.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.42%
GREEN value IS 3 (1.56% from 255) = 1.25%
BLUE value IS 128 (50.39% from 255) = 53.33%
R=45.42%
G=1.25%
B=53.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10931280.150.9800.50290.8895.4225.69
Hex6D380F620321235f1a
Octal15532001714206244313732
Binary11011011110000000111111000100110010100100011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,3,128); }

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

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

 a { background-color: rgb(109,3,128); }

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

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

 span { border-color: rgb(109,3,128); }

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