Html Css Color HEX #6E188C Vivid Violet

📋 copy color: '#6E188C'

red 110 ◦ green 24 ◦ blue 140

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

Shades of Vivid Violet #6E188C

Tints of Vivid Violet #6E188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.09%

R = 40.15%
G = 8.76%
B = 51.09%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E188C (or 0x6E188C) is known color: Vivid Violet. HEX triplet: 6E, 18 and 8C. RGB value is (110,24,140). Sum of RGB (Red+Green+Blue) = 110+24+140=274 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.15% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E188C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E188C is #91E773. Grayscale: #3E3E3E. Windows color (decimal): -9561972 or 9181294. OLE color: 9181294.

HSL color Cylindrical-coordinate representation of color #6E188C: hue angle of 284.48º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E188C is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 24 140 -
CMYK 0.21 0.83 0 0.45
HSL 284.48º 0.71% 0.32% -
HSV(B) 284.48º 0.83% 0.55% -
XYZ 11.49 5.86 25.34 -
YUV 62.94 171.49 161.57 -
System Red Green Blue C M Y K H S L
Decimal 110 24 140 0.21 0.83 0 0.45 284.48 0.71 0.32
Hex 6E 18 8C 15 53 0 2D 11C 47 20
Octal 156 30 214 25 123 0 55 434 107 40
Binary 1101110 11000 10001100 10101 1010011 0 101101 100011100 1000111 100000

Color Harmonies of #6E188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E188C

Black with #6E188C

Text Example


Text Example

White with #6E188C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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