#6E168E

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

Shades of Vivid Violet #6E168E

Tints of Vivid Violet #6E168E

Color information

#6E168E (or 0x6E168E) is unknown color: approx Vivid Violet. HEX triplet: 6E, 16 and 8E. RGB value is (110,22,142). Sum of RGB (Red+Green+Blue) = 110+22+142=274 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.15% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E168E is #91E971. Grayscale: #3D3D3D. Windows color (decimal): -9562482 or 9311854. OLE color: 9311854.

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

Color convert

RGB11022142-
CMYK0.230.8500.44
HSL284º73.17%32.16%-
HSV(B)284º84.51%55.69%-
XYZ11.65.8426.11-
YUV61.99173.15162.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.15%
GREEN value IS 22 (8.98% from 255) = 8.03%
BLUE value IS 142 (55.86% from 255) = 51.82%
R=40.15%
G=8.03%
B=51.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal110221420.230.8500.4428473.1732.16
Hex6E168E175502C11c4920
Octal156262162712505443411140
Binary1101110101101000111010111101010101011001000111001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,22,142); }

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

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

 a { background-color: rgb(110,22,142); }

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

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

 span { border-color: rgb(110,22,142); }

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