Html Css Color HEX #6E2695 Vivid Violet

📋 copy color: '#6E2695'

red 110 ◦ green 38 ◦ blue 149

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

Shades of Vivid Violet #6E2695

Tints of Vivid Violet #6E2695

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

 BLUE value IS 149 (58.59% from 255) = 50.17%

R = 37.04%
G = 12.79%
B = 50.17%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E2695 (or 0x6E2695) is known color: Vivid Violet. HEX triplet: 6E, 26 and 95. RGB value is (110,38,149). Sum of RGB (Red+Green+Blue) = 110+38+149=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #6E2695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2695 is #91D96A. Grayscale: #474747. Windows color (decimal): -9558379 or 9774702. OLE color: 9774702.

HSL color Cylindrical-coordinate representation of color #6E2695: hue angle of 278.92º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E2695 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 38 149 -
CMYK 0.26 0.74 0 0.42
HSL 278.92º 0.59% 0.37% -
HSV(B) 278.92º 0.74% 0.58% -
XYZ 12.55 6.87 29.1 -
YUV 72.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 110 38 149 0.26 0.74 0 0.42 278.92 0.59 0.37
Hex 6E 26 95 1A 4A 0 2A 117 3B 25
Octal 156 46 225 32 112 0 52 427 73 45
Binary 1101110 100110 10010101 11010 1001010 0 101010 100010111 111011 100101

Color Harmonies of #6E2695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2695

Black with #6E2695

Text Example


Text Example

White with #6E2695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,38,149); }

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

background-color css

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

 a { background-color: rgb(110,38,149); }

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

border-color css

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

 span { border-color: rgb(110,38,149); }

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