#6e2794

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

Shades of Vivid Violet #6E2794

Tints of Vivid Violet #6E2794

Color information

#6E2794 (or 0x6E2794) is unknown color: approx Vivid Violet. HEX triplet: 6E, 27 and 94. RGB value is (110,39,148). Sum of RGB (Red+Green+Blue) = 110+39+148=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E2794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2794 is #91D86B. Grayscale: #484848. Windows color (decimal): -9558124 or 9709422. OLE color: 9709422.

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

Color convert

RGB11039148-
CMYK0.260.7400.42
HSL279.08º58.29%36.67%-
HSV(B)279.08º73.65%58.04%-
XYZ12.56.928.69-
YUV72.66170.52154.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.04%
GREEN value IS 39 (15.62% from 255) = 13.13%
BLUE value IS 148 (58.20% from 255) = 49.83%
R=37.04%
G=13.13%
B=49.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110391480.260.7400.42279.0858.2936.67
Hex6E27941A4A02A1173a25
Octal15647224321120524277245
Binary1101110100111100101001101010010100101010100010111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e2794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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