Html Css Color HEX #6E139A Vivid Violet

📋 copy color: '#6E139A'

red 110 ◦ green 19 ◦ blue 154

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

Shades of Vivid Violet #6E139A

Tints of Vivid Violet #6E139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 54.42%

R = 38.87%
G = 6.71%
B = 54.42%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6E139A (or 0x6E139A) is known color: Vivid Violet. HEX triplet: 6E, 13 and 9A. RGB value is (110,19,154). Sum of RGB (Red+Green+Blue) = 110+19+154=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E139A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E139A is #91EC65. Grayscale: #3D3D3D. Windows color (decimal): -9563238 or 10097518. OLE color: 10097518.

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

Color convert

RGB 110 19 154 -
CMYK 0.29 0.88 0 0.40
HSL 280.44º 0.78% 0.34% -
HSV(B) 280.44º 0.88% 0.6% -
XYZ 12.5 6.11 31.09 -
YUV 61.6 180.15 162.52 -
System Red Green Blue C M Y K H S L
Decimal 110 19 154 0.29 0.88 0 0.40 280.44 0.78 0.34
Hex 6E 13 9A 1D 58 0 28 118 4E 22
Octal 156 23 232 35 130 0 50 430 116 42
Binary 1101110 10011 10011010 11101 1011000 0 101000 100011000 1001110 100010

Color Harmonies of #6E139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E139A

Black with #6E139A

Text Example


Text Example

White with #6E139A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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