#6D137C

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

Shades of Purple #6D137C

Tints of Purple #6D137C

Color information

#6D137C (or 0x6D137C) is unknown color: approx Purple. HEX triplet: 6D, 13 and 7C. RGB value is (109,19,124). Sum of RGB (Red+Green+Blue) = 109+19+124=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D137C is #92EC83. Grayscale: #393939. Windows color (decimal): -9628804 or 8131437. OLE color: 8131437.

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

Color convert

RGB10919124-
CMYK0.120.8500.51
HSL291.43º73.43%28.04%-
HSV(B)291.43º84.68%48.63%-
XYZ10.185.1719.53-
YUV57.88165.32164.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.25%
GREEN value IS 19 (7.81% from 255) = 7.54%
BLUE value IS 124 (48.83% from 255) = 49.21%
R=43.25%
G=7.54%
B=49.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109191240.120.8500.51291.4373.4328.04
Hex6D137CC55033123491c
Octal155231741412506344311134
Binary1101101100111111100110010101010110011100100011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,19,124); }

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

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

 a { background-color: rgb(109,19,124); }

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

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

 span { border-color: rgb(109,19,124); }

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