#6E2790

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

Shades of Vivid Violet #6E2790

Tints of Vivid Violet #6E2790

Color information

#6E2790 (or 0x6E2790) is unknown color: approx Vivid Violet. HEX triplet: 6E, 27 and 90. RGB value is (110,39,144). Sum of RGB (Red+Green+Blue) = 110+39+144=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E2790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2790 is #91D86F. Grayscale: #474747. Windows color (decimal): -9558128 or 9447278. OLE color: 9447278.

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

Color convert

RGB11039144-
CMYK0.240.7300.44
HSL280.57º57.38%35.88%-
HSV(B)280.57º72.92%56.47%-
XYZ12.196.7827.05-
YUV72.2168.52154.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.54%
GREEN value IS 39 (15.62% from 255) = 13.31%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=37.54%
G=13.31%
B=49.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal110391440.240.7300.44280.5757.3835.88
Hex6E2790184902C1193924
Octal15647220301110544317144
Binary1101110100111100100001100010010010101100100011001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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