#6E0082

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

Shades of Purple #6E0082

Tints of Purple #6E0082

Color information

#6E0082 (or 0x6E0082) is unknown color: approx Purple. HEX triplet: 6E, 00 and 82. RGB value is (110,0,130). Sum of RGB (Red+Green+Blue) = 110+0+130=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E0082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0082 is #91FF7D. Grayscale: #2F2F2F. Windows color (decimal): -9568126 or 8519790. OLE color: 8519790.

HSL color Cylindrical-coordinate representation of color #6E0082: hue angle of 290.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E0082 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1100130-
CMYK0.15100.49
HSL290.77º100%25.49%-
HSV(B)290.77º100%50.98%-
XYZ10.464.9321.52-
YUV47.71174.44172.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 130 (51.17% from 255) = 54.17%
R=45.83%
G=0%
B=54.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11001300.15100.49290.7710025.49
Hex6E082F640311236419
Octal15602021714406144314431
Binary1101110010000010111111001000110001100100011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,0,130); }

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

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

 a { background-color: rgb(110,0,130); }

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

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

 span { border-color: rgb(110,0,130); }

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