#6E1E86

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

Shades of Vivid Violet #6E1E86

Tints of Vivid Violet #6E1E86

Color information

#6E1E86 (or 0x6E1E86) is unknown color: approx Vivid Violet. HEX triplet: 6E, 1E and 86. RGB value is (110,30,134). Sum of RGB (Red+Green+Blue) = 110+30+134=274 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.15% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E1E86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1E86 is #91E179. Grayscale: #414141. Windows color (decimal): -9560442 or 8789614. OLE color: 8789614.

HSL color Cylindrical-coordinate representation of color #6E1E86: hue angle of 286.15º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E1E86 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11030134-
CMYK0.180.7800.47
HSL286.15º63.41%32.16%-
HSV(B)286.15º77.61%52.55%-
XYZ11.25.9623.12-
YUV65.78166.5159.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.15%
GREEN value IS 30 (12.11% from 255) = 10.95%
BLUE value IS 134 (52.73% from 255) = 48.91%
R=40.15%
G=10.95%
B=48.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110301340.180.7800.47286.1563.4132.16
Hex6E1E86124E02F11e3f20
Octal15636206221160574367740
Binary110111011110100001101001010011100101111100011110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,30,134); }

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

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

 a { background-color: rgb(110,30,134); }

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

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

 span { border-color: rgb(110,30,134); }

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