Html Css Color HEX #6D2095 Vivid Violet

📋 copy color: '#6D2095'

red 109 ◦ green 32 ◦ blue 149

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

Shades of Vivid Violet #6D2095

Tints of Vivid Violet #6D2095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.03%

 BLUE value IS 149 (58.59% from 255) = 51.38%

R = 37.59%
G = 11.03%
B = 51.38%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D2095 (or 0x6D2095) is known color: Vivid Violet. HEX triplet: 6D, 20 and 95. RGB value is (109,32,149). Sum of RGB (Red+Green+Blue) = 109+32+149=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D2095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2095 is #92DF6A. Grayscale: #434343. Windows color (decimal): -9625451 or 9773165. OLE color: 9773165.

HSL color Cylindrical-coordinate representation of color #6D2095: hue angle of 279.49º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D2095 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 32 149 -
CMYK 0.27 0.79 0 0.42
HSL 279.49º 0.65% 0.35% -
HSV(B) 279.49º 0.79% 0.58% -
XYZ 12.25 6.45 29.03 -
YUV 68.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 109 32 149 0.27 0.79 0 0.42 279.49 0.65 0.35
Hex 6D 20 95 1B 4F 0 2A 117 41 23
Octal 155 40 225 33 117 0 52 427 101 43
Binary 1101101 100000 10010101 11011 1001111 0 101010 100010111 1000001 100011

Color Harmonies of #6D2095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2095

Black with #6D2095

Text Example


Text Example

White with #6D2095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,32,149); }

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

background-color css

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

 a { background-color: rgb(109,32,149); }

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

border-color css

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

 span { border-color: rgb(109,32,149); }

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