Html Css Color HEX #6E139D Vivid Violet

📋 copy color: '#6E139D'

red 110 ◦ green 19 ◦ blue 157

#6E139D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #6E139D

Tints of Vivid Violet #6E139D

RGB

 RED value IS 110 (43.36% from 255) = 38.46%

 GREEN value IS 19 (7.81% from 255) = 6.64%

 BLUE value IS 157 (61.72% from 255) = 54.9%

R = 38.46%
G = 6.64%
B = 54.9%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E139D (or 0x6E139D) is known color: Vivid Violet. HEX triplet: 6E, 13 and 9D. RGB value is (110,19,157). Sum of RGB (Red+Green+Blue) = 110+19+157=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E139D is #91EC62. Grayscale: #3D3D3D. Windows color (decimal): -9563235 or 10294126. OLE color: 10294126.

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

Color convert

RGB 110 19 157 -
CMYK 0.30 0.88 0 0.38
HSL 279.57º 0.78% 0.35% -
HSV(B) 279.57º 0.88% 0.62% -
XYZ 12.75 6.22 32.43 -
YUV 61.94 181.65 162.28 -
System Red Green Blue C M Y K H S L
Decimal 110 19 157 0.30 0.88 0 0.38 279.57 0.78 0.35
Hex 6E 13 9D 1E 58 0 26 118 4E 23
Octal 156 23 235 36 130 0 46 430 116 43
Binary 1101110 10011 10011101 11110 1011000 0 100110 100011000 1001110 100011

Color Harmonies of #6E139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E139D

Black with #6E139D

Text Example


Text Example

White with #6E139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E139D;
 }
 .AnyTagClassName
 {
   color: #6E139D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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