#6E199E

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

Shades of Vivid Violet #6E199E

Tints of Vivid Violet #6E199E

Color information

#6E199E (or 0x6E199E) is unknown color: approx Vivid Violet. HEX triplet: 6E, 19 and 9E. RGB value is (110,25,158). Sum of RGB (Red+Green+Blue) = 110+25+158=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E199E is #91E661. Grayscale: #414141. Windows color (decimal): -9561698 or 10361198. OLE color: 10361198.

HSL color Cylindrical-coordinate representation of color #6E199E: hue angle of 278.35º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E199E is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11025158-
CMYK0.300.8400.38
HSL278.35º72.68%35.88%-
HSV(B)278.35º84.18%61.96%-
XYZ12.956.4832.92-
YUV65.58180.16159.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.54%
GREEN value IS 25 (10.16% from 255) = 8.53%
BLUE value IS 158 (62.11% from 255) = 53.92%
R=37.54%
G=8.53%
B=53.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110251580.300.8400.38278.3572.6835.88
Hex6E199E1E540261164924
Octal156312363612404642611144
Binary1101110110011001111011110101010001001101000101101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,25,158); }

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

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

 a { background-color: rgb(110,25,158); }

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

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

 span { border-color: rgb(110,25,158); }

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