Html Css Color HEX #6D198C Vivid Violet

📋 copy color: '#6D198C'

red 109 ◦ green 25 ◦ blue 140

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

Shades of Vivid Violet #6D198C

Tints of Vivid Violet #6D198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

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

R = 39.78%
G = 9.12%
B = 51.09%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D198C (or 0x6D198C) is known color: Vivid Violet. HEX triplet: 6D, 19 and 8C. RGB value is (109,25,140). Sum of RGB (Red+Green+Blue) = 109+25+140=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D198C is #92E673. Grayscale: #3E3E3E. Windows color (decimal): -9627252 or 9181549. OLE color: 9181549.

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

Color convert

RGB 109 25 140 -
CMYK 0.22 0.82 0 0.45
HSL 283.83º 0.7% 0.32% -
HSV(B) 283.83º 0.82% 0.55% -
XYZ 11.39 5.84 25.34 -
YUV 63.23 171.33 160.65 -
System Red Green Blue C M Y K H S L
Decimal 109 25 140 0.22 0.82 0 0.45 283.83 0.7 0.32
Hex 6D 19 8C 16 52 0 2D 11C 46 20
Octal 155 31 214 26 122 0 55 434 106 40
Binary 1101101 11001 10001100 10110 1010010 0 101101 100011100 1000110 100000

Color Harmonies of #6D198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D198C

Black with #6D198C

Text Example


Text Example

White with #6D198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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