#6E0B95

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

Shades of Purple #6E0B95

Tints of Purple #6E0B95

Color information

#6E0B95 (or 0x6E0B95) is unknown color: approx Purple. HEX triplet: 6E, 0B and 95. RGB value is (110,11,149). Sum of RGB (Red+Green+Blue) = 110+11+149=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #6E0B95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0B95 is #91F46A. Grayscale: #373737. Windows color (decimal): -9565291 or 9767790. OLE color: 9767790.

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

Color convert

RGB11011149-
CMYK0.260.9300.42
HSL283.04º86.25%31.37%-
HSV(B)283.04º92.62%58.43%-
XYZ11.975.7228.91-
YUV56.33180.3166.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.74%
GREEN value IS 11 (4.69% from 255) = 4.07%
BLUE value IS 149 (58.59% from 255) = 55.19%
R=40.74%
G=4.07%
B=55.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110111490.260.9300.42283.0486.2531.37
Hex6EB951A5D02A11b561f
Octal156132253213505243312637
Binary11011101011100101011101010111010101010100011011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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