#6E3786

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

Shades of Vivid Violet #6E3786

Tints of Vivid Violet #6E3786

Color information

#6E3786 (or 0x6E3786) is unknown color: approx Vivid Violet. HEX triplet: 6E, 37 and 86. RGB value is (110,55,134). Sum of RGB (Red+Green+Blue) = 110+55+134=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E3786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3786 is #91C879. Grayscale: #505050. Windows color (decimal): -9554042 or 8796014. OLE color: 8796014.

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

Color convert

RGB11055134-
CMYK0.180.5900.47
HSL281.77º41.8%37.06%-
HSV(B)281.77º58.96%52.55%-
XYZ12.17.7723.42-
YUV80.45158.22149.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.79%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 134 (52.73% from 255) = 44.82%
R=36.79%
G=18.39%
B=44.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110551340.180.5900.47281.7741.837.06
Hex6E3786123B02F11a2a25
Octal1566720622730574325245
Binary110111011011110000110100101110110101111100011010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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