#6E0095

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

Shades of Purple #6E0095

Tints of Purple #6E0095

Color information

#6E0095 (or 0x6E0095) is unknown color: approx Purple. HEX triplet: 6E, 00 and 95. RGB value is (110,0,149). Sum of RGB (Red+Green+Blue) = 110+0+149=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #6E0095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0095 is #91FF6A. Grayscale: #313131. Windows color (decimal): -9568107 or 9764974. OLE color: 9764974.

HSL color Cylindrical-coordinate representation of color #6E0095: hue angle of 284.3º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E0095 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1100149-
CMYK0.26100.42
HSL284.3º100%29.22%-
HSV(B)284.3º100%58.43%-
XYZ11.865.4828.87-
YUV49.88183.94170.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 57.53%
R=42.47%
G=0%
B=57.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11001490.26100.42284.310029.22
Hex6E0951A6402A11c641d
Octal15602253214405243414435
Binary11011100100101011101011001000101010100011100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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