Html Css Color HEX #6E199D Vivid Violet

📋 copy color: '#6E199D'

red 110 ◦ green 25 ◦ blue 157

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

Shades of Vivid Violet #6E199D

Tints of Vivid Violet #6E199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.56%

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

R = 37.67%
G = 8.56%
B = 53.77%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E199D (or 0x6E199D) is known color: Vivid Violet. HEX triplet: 6E, 19 and 9D. RGB value is (110,25,157). Sum of RGB (Red+Green+Blue) = 110+25+157=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E199D is #91E662. Grayscale: #414141. Windows color (decimal): -9561699 or 10295662. OLE color: 10295662.

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

Color convert

RGB 110 25 157 -
CMYK 0.30 0.84 0 0.38
HSL 278.64º 0.73% 0.36% -
HSV(B) 278.64º 0.84% 0.62% -
XYZ 12.86 6.44 32.46 -
YUV 65.46 179.66 159.77 -
System Red Green Blue C M Y K H S L
Decimal 110 25 157 0.30 0.84 0 0.38 278.64 0.73 0.36
Hex 6E 19 9D 1E 54 0 26 117 49 24
Octal 156 31 235 36 124 0 46 427 111 44
Binary 1101110 11001 10011101 11110 1010100 0 100110 100010111 1001001 100100

Color Harmonies of #6E199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E199D

Black with #6E199D

Text Example


Text Example

White with #6E199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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