Html Css Color HEX #6E189E Vivid Violet

📋 copy color: '#6E189E'

red 110 ◦ green 24 ◦ blue 158

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

Shades of Vivid Violet #6E189E

Tints of Vivid Violet #6E189E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.22%

 BLUE value IS 158 (62.11% from 255) = 54.11%

R = 37.67%
G = 8.22%
B = 54.11%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E189E (or 0x6E189E) is known color: Vivid Violet. HEX triplet: 6E, 18 and 9E. RGB value is (110,24,158). Sum of RGB (Red+Green+Blue) = 110+24+158=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E189E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E189E is #91E761. Grayscale: #404040. Windows color (decimal): -9561954 or 10360942. OLE color: 10360942.

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

Color convert

RGB 110 24 158 -
CMYK 0.30 0.85 0 0.38
HSL 278.51º 0.74% 0.36% -
HSV(B) 278.51º 0.85% 0.62% -
XYZ 12.93 6.44 32.91 -
YUV 64.99 180.49 160.1 -
System Red Green Blue C M Y K H S L
Decimal 110 24 158 0.30 0.85 0 0.38 278.51 0.74 0.36
Hex 6E 18 9E 1E 55 0 26 117 4A 24
Octal 156 30 236 36 125 0 46 427 112 44
Binary 1101110 11000 10011110 11110 1010101 0 100110 100010111 1001010 100100

Color Harmonies of #6E189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E189E

Black with #6E189E

Text Example


Text Example

White with #6E189E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,24,158); }

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

background-color css

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

 a { background-color: rgb(110,24,158); }

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

border-color css

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

 span { border-color: rgb(110,24,158); }

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