Html Css Color HEX #6D119B Vivid Violet

📋 copy color: '#6D119B'

red 109 ◦ green 17 ◦ blue 155

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

Shades of Vivid Violet #6D119B

Tints of Vivid Violet #6D119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.05%

 BLUE value IS 155 (60.94% from 255) = 55.16%

R = 38.79%
G = 6.05%
B = 55.16%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D119B (or 0x6D119B) is known color: Vivid Violet. HEX triplet: 6D, 11 and 9B. RGB value is (109,17,155). Sum of RGB (Red+Green+Blue) = 109+17+155=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D119B is #92EE64. Grayscale: #3B3B3B. Windows color (decimal): -9629285 or 10162541. OLE color: 10162541.

HSL color Cylindrical-coordinate representation of color #6D119B: hue angle of 280º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D119B is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 17 155 -
CMYK 0.30 0.89 0 0.39
HSL 280º 0.8% 0.34% -
HSV(B) 280º 0.89% 0.61% -
XYZ 12.42 6.02 31.52 -
YUV 60.24 181.48 162.78 -
System Red Green Blue C M Y K H S L
Decimal 109 17 155 0.30 0.89 0 0.39 280 0.8 0.34
Hex 6D 11 9B 1E 59 0 27 118 50 22
Octal 155 21 233 36 131 0 47 430 120 42
Binary 1101101 10001 10011011 11110 1011001 0 100111 100011000 1010000 100010

Color Harmonies of #6D119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D119B

Black with #6D119B

Text Example


Text Example

White with #6D119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,17,155); }

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

background-color css

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

 a { background-color: rgb(109,17,155); }

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

border-color css

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

 span { border-color: rgb(109,17,155); }

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