#6E0996

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

Shades of Purple #6E0996

Tints of Purple #6E0996

Color information

#6E0996 (or 0x6E0996) is unknown color: approx Purple. HEX triplet: 6E, 09 and 96. RGB value is (110,9,150). Sum of RGB (Red+Green+Blue) = 110+9+150=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #6E0996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0996 is #91F669. Grayscale: #363636. Windows color (decimal): -9565802 or 9832814. OLE color: 9832814.

HSL color Cylindrical-coordinate representation of color #6E0996: hue angle of 282.98º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0996 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1109150-
CMYK0.270.9400.41
HSL282.98º88.68%31.18%-
HSV(B)282.98º94%58.82%-
XYZ12.035.7129.32-
YUV55.27181.46167.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.89%
GREEN value IS 9 (3.91% from 255) = 3.35%
BLUE value IS 150 (58.98% from 255) = 55.76%
R=40.89%
G=3.35%
B=55.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11091500.270.9400.41282.9888.6831.18
Hex6E9961B5E02911b591f
Octal156112263313605143313137
Binary11011101001100101101101110111100101001100011011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,9,150); }

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

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

 a { background-color: rgb(110,9,150); }

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

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

 span { border-color: rgb(110,9,150); }

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