#6E159E

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

Shades of Vivid Violet #6E159E

Tints of Vivid Violet #6E159E

Color information

#6E159E (or 0x6E159E) is unknown color: approx Vivid Violet. HEX triplet: 6E, 15 and 9E. RGB value is (110,21,158). Sum of RGB (Red+Green+Blue) = 110+21+158=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E159E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E159E is #91EA61. Grayscale: #3E3E3E. Windows color (decimal): -9562722 or 10360174. OLE color: 10360174.

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

Color convert

RGB11021158-
CMYK0.300.8700.38
HSL278.98º76.54%35.1%-
HSV(B)278.98º86.71%61.96%-
XYZ12.876.3232.89-
YUV63.23181.49161.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.06%
GREEN value IS 21 (8.59% from 255) = 7.27%
BLUE value IS 158 (62.11% from 255) = 54.67%
R=38.06%
G=7.27%
B=54.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110211580.300.8700.38278.9876.5435.1
Hex6E159E1E570261174d23
Octal156252363612704642711543
Binary1101110101011001111011110101011101001101000101111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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