#6D117D

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

Shades of Purple #6D117D

Tints of Purple #6D117D

Color information

#6D117D (or 0x6D117D) is unknown color: approx Purple. HEX triplet: 6D, 11 and 7D. RGB value is (109,17,125). Sum of RGB (Red+Green+Blue) = 109+17+125=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D117D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D117D is #92EE82. Grayscale: #383838. Windows color (decimal): -9629315 or 8196461. OLE color: 8196461.

HSL color Cylindrical-coordinate representation of color #6D117D: hue angle of 291.11º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D117D is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10917125-
CMYK0.130.8600.51
HSL291.11º76.06%27.84%-
HSV(B)291.11º86.4%49.02%-
XYZ10.215.1319.85-
YUV56.82166.48165.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.43%
GREEN value IS 17 (7.03% from 255) = 6.77%
BLUE value IS 125 (49.22% from 255) = 49.80%
R=43.43%
G=6.77%
B=49.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109171250.130.8600.51291.1176.0627.84
Hex6D117DD560331234c1c
Octal155211751512606344311434
Binary1101101100011111101110110101100110011100100011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D117D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,17,125); }

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

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

 a { background-color: rgb(109,17,125); }

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

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

 span { border-color: rgb(109,17,125); }

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