Html Css Color HEX #6D328E Vivid Violet

📋 copy color: '#6D328E'

red 109 ◦ green 50 ◦ blue 142

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

Shades of Vivid Violet #6D328E

Tints of Vivid Violet #6D328E

RGB

 RED value IS 109 (42.97% from 255) = 36.21%

 GREEN value IS 50 (19.92% from 255) = 16.61%

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

R = 36.21%
G = 16.61%
B = 47.18%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D328E (or 0x6D328E) is known color: Vivid Violet. HEX triplet: 6D, 32 and 8E. RGB value is (109,50,142). Sum of RGB (Red+Green+Blue) = 109+50+142=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D328E is #92CD71. Grayscale: #4D4D4D. Windows color (decimal): -9620850 or 9319021. OLE color: 9319021.

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

Color convert

RGB 109 50 142 -
CMYK 0.23 0.65 0 0.44
HSL 278.48º 0.48% 0.38% -
HSV(B) 278.48º 0.65% 0.56% -
XYZ 12.33 7.49 26.39 -
YUV 78.13 164.05 150.02 -
System Red Green Blue C M Y K H S L
Decimal 109 50 142 0.23 0.65 0 0.44 278.48 0.48 0.38
Hex 6D 32 8E 17 41 0 2C 116 30 26
Octal 155 62 216 27 101 0 54 426 60 46
Binary 1101101 110010 10001110 10111 1000001 0 101100 100010110 110000 100110

Color Harmonies of #6D328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D328E

Black with #6D328E

Text Example


Text Example

White with #6D328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,50,142); }

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

background-color css

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

 a { background-color: rgb(109,50,142); }

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

border-color css

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

 span { border-color: rgb(109,50,142); }

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