#6E0795

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

Shades of Purple #6E0795

Tints of Purple #6E0795

Color information

#6E0795 (or 0x6E0795) is unknown color: approx Purple. HEX triplet: 6E, 07 and 95. RGB value is (110,7,149). Sum of RGB (Red+Green+Blue) = 110+7+149=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #6E0795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0795 is #91F86A. Grayscale: #353535. Windows color (decimal): -9566315 or 9766766. OLE color: 9766766.

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

Color convert

RGB1107149-
CMYK0.260.9500.42
HSL283.52º91.03%30.59%-
HSV(B)283.52º95.3%58.43%-
XYZ11.935.6428.89-
YUV53.98181.62167.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.35%
GREEN value IS 7 (3.12% from 255) = 2.63%
BLUE value IS 149 (58.59% from 255) = 56.02%
R=41.35%
G=2.63%
B=56.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11071490.260.9500.42283.5291.0330.59
Hex6E7951A5F02A11c5b1f
Octal15672253213705243413337
Binary1101110111100101011101010111110101010100011100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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