Html Css Color HEX #6D348E Vivid Violet

📋 copy color: '#6D348E'

red 109 ◦ green 52 ◦ blue 142

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

Shades of Vivid Violet #6D348E

Tints of Vivid Violet #6D348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

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

R = 35.97%
G = 17.16%
B = 46.86%

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

#6D348E (or 0x6D348E) is known color: Vivid Violet. HEX triplet: 6D, 34 and 8E. RGB value is (109,52,142). Sum of RGB (Red+Green+Blue) = 109+52+142=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 52 (20.70% from 255 or 17.16% 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 #6D348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D348E is #92CB71. Grayscale: #4F4F4F. Windows color (decimal): -9620338 or 9319533. OLE color: 9319533.

HSL color Cylindrical-coordinate representation of color #6D348E: hue angle of 278º 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 #6D348E is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 52 142 -
CMYK 0.23 0.63 0 0.44
HSL 278º 0.46% 0.38% -
HSV(B) 278º 0.63% 0.56% -
XYZ 12.42 7.66 26.42 -
YUV 79.3 163.38 149.18 -
System Red Green Blue C M Y K H S L
Decimal 109 52 142 0.23 0.63 0 0.44 278 0.46 0.38
Hex 6D 34 8E 17 3F 0 2C 116 2E 26
Octal 155 64 216 27 77 0 54 426 56 46
Binary 1101101 110100 10001110 10111 111111 0 101100 100010110 101110 100110

Color Harmonies of #6D348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D348E

Black with #6D348E

Text Example


Text Example

White with #6D348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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