#6E139F

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

Shades of Vivid Violet #6E139F

Tints of Vivid Violet #6E139F

Color information

#6E139F (or 0x6E139F) is unknown color: approx Vivid Violet. HEX triplet: 6E, 13 and 9F. RGB value is (110,19,159). Sum of RGB (Red+Green+Blue) = 110+19+159=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E139F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E139F is #91EC60. Grayscale: #3D3D3D. Windows color (decimal): -9563233 or 10425198. OLE color: 10425198.

HSL color Cylindrical-coordinate representation of color #6E139F: hue angle of 279º 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 #6E139F is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11019159-
CMYK0.310.8800.38
HSL279º78.65%34.9%-
HSV(B)279º88.05%62.35%-
XYZ12.926.2833.33-
YUV62.17182.65162.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.19%
GREEN value IS 19 (7.81% from 255) = 6.60%
BLUE value IS 159 (62.5% from 255) = 55.21%
R=38.19%
G=6.60%
B=55.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110191590.310.8800.3827978.6534.9
Hex6E139F1F580261174f23
Octal156232373713004642711743
Binary1101110100111001111111111101100001001101000101111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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