#6D008B

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

Shades of Purple #6D008B

Tints of Purple #6D008B

Color information

#6D008B (or 0x6D008B) is unknown color: approx Purple. HEX triplet: 6D, 00 and 8B. RGB value is (109,0,139). Sum of RGB (Red+Green+Blue) = 109+0+139=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D008B is #92FF74. Grayscale: #2F2F2F. Windows color (decimal): -9633653 or 9109613. OLE color: 9109613.

HSL color Cylindrical-coordinate representation of color #6D008B: hue angle of 287.05º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D008B is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1090139-
CMYK0.22100.45
HSL287.05º100%27.25%-
HSV(B)287.05º100%54.51%-
XYZ10.975.1224.84-
YUV48.44179.11171.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 56.05%
R=43.95%
G=0%
B=56.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10901390.22100.45287.0510027.25
Hex6D08B166402D11f641b
Octal15502132614405543714433
Binary11011010100010111011011001000101101100011111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,0,139); }

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

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

 a { background-color: rgb(109,0,139); }

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

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

 span { border-color: rgb(109,0,139); }

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