#6E2990

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

Shades of Vivid Violet #6E2990

Tints of Vivid Violet #6E2990

Color information

#6E2990 (or 0x6E2990) is unknown color: approx Vivid Violet. HEX triplet: 6E, 29 and 90. RGB value is (110,41,144). Sum of RGB (Red+Green+Blue) = 110+41+144=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E2990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2990 is #91D66F. Grayscale: #494949. Windows color (decimal): -9557616 or 9447790. OLE color: 9447790.

HSL color Cylindrical-coordinate representation of color #6E2990: hue angle of 280.19º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E2990 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11041144-
CMYK0.240.7200.44
HSL280.19º55.68%36.27%-
HSV(B)280.19º71.53%56.47%-
XYZ12.266.9127.07-
YUV73.37167.86154.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.29%
GREEN value IS 41 (16.41% from 255) = 13.90%
BLUE value IS 144 (56.64% from 255) = 48.81%
R=37.29%
G=13.90%
B=48.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal110411440.240.7200.44280.1955.6836.27
Hex6E2990184802C1183824
Octal15651220301100544307044
Binary1101110101001100100001100010010000101100100011000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,41,144); }

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

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

 a { background-color: rgb(110,41,144); }

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

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

 span { border-color: rgb(110,41,144); }

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