#6E047A

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

Shades of Purple #6E047A

Tints of Purple #6E047A

Color information

#6E047A (or 0x6E047A) is unknown color: approx Purple. HEX triplet: 6E, 04 and 7A. RGB value is (110,4,122). Sum of RGB (Red+Green+Blue) = 110+4+122=236 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.61% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E047A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E047A is #91FB85. Grayscale: #303030. Windows color (decimal): -9567110 or 7996526. OLE color: 7996526.

HSL color Cylindrical-coordinate representation of color #6E047A: hue angle of 293.9º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E047A is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1104122-
CMYK0.100.9700.52
HSL293.9º93.65%24.71%-
HSV(B)293.9º96.72%47.84%-
XYZ9.994.8118.81-
YUV49.15169.12171.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.61%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 122 (48.05% from 255) = 51.69%
R=46.61%
G=1.69%
B=51.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11041220.100.9700.52293.993.6524.71
Hex6E47AA610341265e19
Octal15641721214106444613631
Binary11011101001111010101011000010110100100100110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E047A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,4,122); }

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

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

 a { background-color: rgb(110,4,122); }

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

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

 span { border-color: rgb(110,4,122); }

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