Html Css Color HEX #6E338E Vivid Violet

📋 copy color: '#6E338E'

red 110 ◦ green 51 ◦ blue 142

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

Shades of Vivid Violet #6E338E

Tints of Vivid Violet #6E338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

 BLUE value IS 142 (55.86% from 255) = 46.86%

R = 36.3%
G = 16.83%
B = 46.86%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E338E (or 0x6E338E) is known color: Vivid Violet. HEX triplet: 6E, 33 and 8E. RGB value is (110,51,142). Sum of RGB (Red+Green+Blue) = 110+51+142=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E338E is #91CC71. Grayscale: #4E4E4E. Windows color (decimal): -9555058 or 9319278. OLE color: 9319278.

HSL color Cylindrical-coordinate representation of color #6E338E: hue angle of 278.9º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E338E is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 51 142 -
CMYK 0.23 0.64 0 0.44
HSL 278.9º 0.47% 0.38% -
HSV(B) 278.9º 0.64% 0.56% -
XYZ 12.5 7.64 26.41 -
YUV 79.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 110 51 142 0.23 0.64 0 0.44 278.9 0.47 0.38
Hex 6E 33 8E 17 40 0 2C 117 2F 26
Octal 156 63 216 27 100 0 54 427 57 46
Binary 1101110 110011 10001110 10111 1000000 0 101100 100010111 101111 100110

Color Harmonies of #6E338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E338E

Black with #6E338E

Text Example


Text Example

White with #6E338E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,51,142); }

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

background-color css

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

 a { background-color: rgb(110,51,142); }

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

border-color css

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

 span { border-color: rgb(110,51,142); }

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