Html Css Color HEX #6D208C Vivid Violet

📋 copy color: '#6D208C'

red 109 ◦ green 32 ◦ blue 140

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

Shades of Vivid Violet #6D208C

Tints of Vivid Violet #6D208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.82%

R = 38.79%
G = 11.39%
B = 49.82%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D208C (or 0x6D208C) is known color: Vivid Violet. HEX triplet: 6D, 20 and 8C. RGB value is (109,32,140). Sum of RGB (Red+Green+Blue) = 109+32+140=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D208C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D208C is #92DF73. Grayscale: #424242. Windows color (decimal): -9625460 or 9183341. OLE color: 9183341.

HSL color Cylindrical-coordinate representation of color #6D208C: hue angle of 282.78º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D208C is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 32 140 -
CMYK 0.22 0.77 0 0.45
HSL 282.78º 0.63% 0.34% -
HSV(B) 282.78º 0.77% 0.55% -
XYZ 11.56 6.18 25.39 -
YUV 67.34 169.01 157.72 -
System Red Green Blue C M Y K H S L
Decimal 109 32 140 0.22 0.77 0 0.45 282.78 0.63 0.34
Hex 6D 20 8C 16 4D 0 2D 11B 3F 22
Octal 155 40 214 26 115 0 55 433 77 42
Binary 1101101 100000 10001100 10110 1001101 0 101101 100011011 111111 100010

Color Harmonies of #6D208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D208C

Black with #6D208C

Text Example


Text Example

White with #6D208C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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