Html Css Color HEX #6E3186 Vivid Violet

📋 copy color: '#6E3186'

red 110 ◦ green 49 ◦ blue 134

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

Shades of Vivid Violet #6E3186

Tints of Vivid Violet #6E3186

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.72%

 BLUE value IS 134 (52.73% from 255) = 45.73%

R = 37.54%
G = 16.72%
B = 45.73%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6E3186 (or 0x6E3186) is known color: Vivid Violet. HEX triplet: 6E, 31 and 86. RGB value is (110,49,134). Sum of RGB (Red+Green+Blue) = 110+49+134=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E3186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3186 is #91CE79. Grayscale: #4C4C4C. Windows color (decimal): -9555578 or 8794478. OLE color: 8794478.

HSL color Cylindrical-coordinate representation of color #6E3186: hue angle of 283.06º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E3186 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 49 134 -
CMYK 0.18 0.63 0 0.47
HSL 283.06º 0.46% 0.36% -
HSV(B) 283.06º 0.63% 0.53% -
XYZ 11.83 7.23 23.33 -
YUV 76.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 110 49 134 0.18 0.63 0 0.47 283.06 0.46 0.36
Hex 6E 31 86 12 3F 0 2F 11B 2E 24
Octal 156 61 206 22 77 0 57 433 56 44
Binary 1101110 110001 10000110 10010 111111 0 101111 100011011 101110 100100

Color Harmonies of #6E3186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3186

Black with #6E3186

Text Example


Text Example

White with #6E3186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,49,134); }

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

background-color css

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

 a { background-color: rgb(110,49,134); }

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

border-color css

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

 span { border-color: rgb(110,49,134); }

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