Html Css Color HEX #6E2196 Vivid Violet

📋 copy color: '#6E2196'

red 110 ◦ green 33 ◦ blue 150

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

Shades of Vivid Violet #6E2196

Tints of Vivid Violet #6E2196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.26%

 BLUE value IS 150 (58.98% from 255) = 51.19%

R = 37.54%
G = 11.26%
B = 51.19%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6E2196 (or 0x6E2196) is known color: Vivid Violet. HEX triplet: 6E, 21 and 96. RGB value is (110,33,150). Sum of RGB (Red+Green+Blue) = 110+33+150=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #6E2196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2196 is #91DE69. Grayscale: #444444. Windows color (decimal): -9559658 or 9838958. OLE color: 9838958.

HSL color Cylindrical-coordinate representation of color #6E2196: hue angle of 279.49º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E2196 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 33 150 -
CMYK 0.27 0.78 0 0.41
HSL 279.49º 0.64% 0.36% -
HSV(B) 279.49º 0.78% 0.59% -
XYZ 12.48 6.6 29.47 -
YUV 69.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 110 33 150 0.27 0.78 0 0.41 279.49 0.64 0.36
Hex 6E 21 96 1B 4E 0 29 117 40 24
Octal 156 41 226 33 116 0 51 427 100 44
Binary 1101110 100001 10010110 11011 1001110 0 101001 100010111 1000000 100100

Color Harmonies of #6E2196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2196

Black with #6E2196

Text Example


Text Example

White with #6E2196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,33,150); }

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

background-color css

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

 a { background-color: rgb(110,33,150); }

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

border-color css

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

 span { border-color: rgb(110,33,150); }

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