Html Css Color HEX #6D358E Vivid Violet

📋 copy color: '#6D358E'

red 109 ◦ green 53 ◦ blue 142

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

Shades of Vivid Violet #6D358E

Tints of Vivid Violet #6D358E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.43%

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

R = 35.86%
G = 17.43%
B = 46.71%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D358E (or 0x6D358E) is known color: Vivid Violet. HEX triplet: 6D, 35 and 8E. RGB value is (109,53,142). Sum of RGB (Red+Green+Blue) = 109+53+142=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D358E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D358E is #92CA71. Grayscale: #4F4F4F. Windows color (decimal): -9620082 or 9319789. OLE color: 9319789.

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

Color convert

RGB 109 53 142 -
CMYK 0.23 0.63 0 0.44
HSL 277.75º 0.46% 0.38% -
HSV(B) 277.75º 0.63% 0.56% -
XYZ 12.46 7.75 26.43 -
YUV 79.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 109 53 142 0.23 0.63 0 0.44 277.75 0.46 0.38
Hex 6D 35 8E 17 3F 0 2C 116 2E 26
Octal 155 65 216 27 77 0 54 426 56 46
Binary 1101101 110101 10001110 10111 111111 0 101100 100010110 101110 100110

Color Harmonies of #6D358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D358E

Black with #6D358E

Text Example


Text Example

White with #6D358E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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