#6E1C86

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

Shades of Vivid Violet #6E1C86

Tints of Vivid Violet #6E1C86

Color information

#6E1C86 (or 0x6E1C86) is unknown color: approx Vivid Violet. HEX triplet: 6E, 1C and 86. RGB value is (110,28,134). Sum of RGB (Red+Green+Blue) = 110+28+134=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E1C86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1C86 is #91E379. Grayscale: #404040. Windows color (decimal): -9560954 or 8789102. OLE color: 8789102.

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

Color convert

RGB11028134-
CMYK0.180.7900.47
HSL286.42º65.43%31.76%-
HSV(B)286.42º79.1%52.55%-
XYZ11.155.8723.1-
YUV64.6167.17160.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.44%
GREEN value IS 28 (11.33% from 255) = 10.29%
BLUE value IS 134 (52.73% from 255) = 49.26%
R=40.44%
G=10.29%
B=49.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110281340.180.7900.47286.4265.4331.76
Hex6E1C86124F02F11e4120
Octal156342062211705743610140
Binary1101110111001000011010010100111101011111000111101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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