#6E139B

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

Shades of Vivid Violet #6E139B

Tints of Vivid Violet #6E139B

Color information

#6E139B (or 0x6E139B) is unknown color: approx Vivid Violet. HEX triplet: 6E, 13 and 9B. RGB value is (110,19,155). Sum of RGB (Red+Green+Blue) = 110+19+155=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E139B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E139B is #91EC64. Grayscale: #3D3D3D. Windows color (decimal): -9563237 or 10163054. OLE color: 10163054.

HSL color Cylindrical-coordinate representation of color #6E139B: hue angle of 280.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E139B is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11019155-
CMYK0.290.8800.39
HSL280.15º78.16%34.12%-
HSV(B)280.15º87.74%60.78%-
XYZ12.586.1531.53-
YUV61.71180.65162.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.73%
GREEN value IS 19 (7.81% from 255) = 6.69%
BLUE value IS 155 (60.94% from 255) = 54.58%
R=38.73%
G=6.69%
B=54.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110191550.290.8800.39280.1578.1634.12
Hex6E139B1D580271184e22
Octal156232333513004743011642
Binary1101110100111001101111101101100001001111000110001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E139B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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