Html Css Color HEX #6E2996 Vivid Violet

📋 copy color: '#6E2996'

red 110 ◦ green 41 ◦ blue 150

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

Shades of Vivid Violet #6E2996

Tints of Vivid Violet #6E2996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

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

R = 36.54%
G = 13.62%
B = 49.83%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6E2996 (or 0x6E2996) is known color: Vivid Violet. HEX triplet: 6E, 29 and 96. RGB value is (110,41,150). Sum of RGB (Red+Green+Blue) = 110+41+150=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #6E2996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2996 is #91D669. Grayscale: #494949. Windows color (decimal): -9557610 or 9841006. OLE color: 9841006.

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

Color convert

RGB 110 41 150 -
CMYK 0.27 0.73 0 0.41
HSL 277.98º 0.57% 0.37% -
HSV(B) 277.98º 0.73% 0.59% -
XYZ 12.73 7.1 29.55 -
YUV 74.06 170.86 153.64 -
System Red Green Blue C M Y K H S L
Decimal 110 41 150 0.27 0.73 0 0.41 277.98 0.57 0.37
Hex 6E 29 96 1B 49 0 29 116 39 25
Octal 156 51 226 33 111 0 51 426 71 45
Binary 1101110 101001 10010110 11011 1001001 0 101001 100010110 111001 100101

Color Harmonies of #6E2996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2996

Black with #6E2996

Text Example


Text Example

White with #6E2996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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