#6E137C

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

Shades of Purple #6E137C

Tints of Purple #6E137C

Color information

#6E137C (or 0x6E137C) is unknown color: approx Purple. HEX triplet: 6E, 13 and 7C. RGB value is (110,19,124). Sum of RGB (Red+Green+Blue) = 110+19+124=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E137C is #91EC83. Grayscale: #393939. Windows color (decimal): -9563268 or 8131438. OLE color: 8131438.

HSL color Cylindrical-coordinate representation of color #6E137C: hue angle of 292º 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 #6E137C is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11019124-
CMYK0.110.8500.51
HSL292º73.43%28.04%-
HSV(B)292º84.68%48.63%-
XYZ10.35.2419.54-
YUV58.18165.15164.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.48%
GREEN value IS 19 (7.81% from 255) = 7.51%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=43.48%
G=7.51%
B=49.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal110191240.110.8500.5129273.4328.04
Hex6E137CB55033124491c
Octal156231741312506344411134
Binary1101110100111111100101110101010110011100100100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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