Html Css Color HEX #6D378A Vivid Violet

📋 copy color: '#6D378A'

red 109 ◦ green 55 ◦ blue 138

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

Shades of Vivid Violet #6D378A

Tints of Vivid Violet #6D378A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.21%

 BLUE value IS 138 (54.3% from 255) = 45.7%

R = 36.09%
G = 18.21%
B = 45.7%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D378A (or 0x6D378A) is known color: Vivid Violet. HEX triplet: 6D, 37 and 8A. RGB value is (109,55,138). Sum of RGB (Red+Green+Blue) = 109+55+138=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D378A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D378A is #92C875. Grayscale: #505050. Windows color (decimal): -9619574 or 9058157. OLE color: 9058157.

HSL color Cylindrical-coordinate representation of color #6D378A: hue angle of 279.04º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D378A is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 55 138 -
CMYK 0.21 0.60 0 0.46
HSL 279.04º 0.43% 0.38% -
HSV(B) 279.04º 0.6% 0.54% -
XYZ 12.26 7.82 24.91 -
YUV 80.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 109 55 138 0.21 0.60 0 0.46 279.04 0.43 0.38
Hex 6D 37 8A 15 3C 0 2E 117 2B 26
Octal 155 67 212 25 74 0 56 427 53 46
Binary 1101101 110111 10001010 10101 111100 0 101110 100010111 101011 100110

Color Harmonies of #6D378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D378A

Black with #6D378A

Text Example


Text Example

White with #6D378A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,55,138); }

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

background-color css

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

 a { background-color: rgb(109,55,138); }

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

border-color css

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

 span { border-color: rgb(109,55,138); }

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