#6E0480

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

Shades of Purple #6E0480

Tints of Purple #6E0480

Color information

#6E0480 (or 0x6E0480) is unknown color: approx Purple. HEX triplet: 6E, 04 and 80. RGB value is (110,4,128). Sum of RGB (Red+Green+Blue) = 110+4+128=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #6E0480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0480 is #91FB7F. Grayscale: #313131. Windows color (decimal): -9567104 or 8389742. OLE color: 8389742.

HSL color Cylindrical-coordinate representation of color #6E0480: hue angle of 291.29º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E0480 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1104128-
CMYK0.140.9700.50
HSL291.29º93.94%25.88%-
HSV(B)291.29º96.88%50.2%-
XYZ10.374.9620.83-
YUV49.83172.12170.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.45%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 128 (50.39% from 255) = 52.89%
R=45.45%
G=1.65%
B=52.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11041280.140.9700.50291.2993.9425.88
Hex6E480E610321235e1a
Octal15642001614106244313632
Binary110111010010000000111011000010110010100100011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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