#6E139E

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

Shades of Vivid Violet #6E139E

Tints of Vivid Violet #6E139E

Color information

#6E139E (or 0x6E139E) is unknown color: approx Vivid Violet. HEX triplet: 6E, 13 and 9E. RGB value is (110,19,158). Sum of RGB (Red+Green+Blue) = 110+19+158=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E139E is #91EC61. Grayscale: #3D3D3D. Windows color (decimal): -9563234 or 10359662. OLE color: 10359662.

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

Color convert

RGB11019158-
CMYK0.300.8800.38
HSL279.28º78.53%34.71%-
HSV(B)279.28º87.97%61.96%-
XYZ12.836.2532.88-
YUV62.06182.15162.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.33%
GREEN value IS 19 (7.81% from 255) = 6.62%
BLUE value IS 158 (62.11% from 255) = 55.05%
R=38.33%
G=6.62%
B=55.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110191580.300.8800.38279.2878.5334.71
Hex6E139E1E580261174f23
Octal156232363613004642711743
Binary1101110100111001111011110101100001001101000101111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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