#6E3490

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

Shades of Vivid Violet #6E3490

Tints of Vivid Violet #6E3490

Color information

#6E3490 (or 0x6E3490) is unknown color: approx Vivid Violet. HEX triplet: 6E, 34 and 90. RGB value is (110,52,144). Sum of RGB (Red+Green+Blue) = 110+52+144=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E3490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3490 is #91CB6F. Grayscale: #4F4F4F. Windows color (decimal): -9554800 or 9450606. OLE color: 9450606.

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

Color convert

RGB11052144-
CMYK0.240.6400.44
HSL277.83º46.94%38.43%-
HSV(B)277.83º63.89%56.47%-
XYZ12.697.7827.22-
YUV79.83164.22149.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 52 (20.70% from 255) = 16.99%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=35.95%
G=16.99%
B=47.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal110521440.240.6400.44277.8346.9438.43
Hex6E3490184002C1162f26
Octal15664220301000544265746
Binary1101110110100100100001100010000000101100100010110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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