Html Css Color HEX #6D119A Vivid Violet

📋 copy color: '#6D119A'

red 109 ◦ green 17 ◦ blue 154

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

Shades of Vivid Violet #6D119A

Tints of Vivid Violet #6D119A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 55%

R = 38.93%
G = 6.07%
B = 55%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6D119A (or 0x6D119A) is known color: Vivid Violet. HEX triplet: 6D, 11 and 9A. RGB value is (109,17,154). Sum of RGB (Red+Green+Blue) = 109+17+154=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D119A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D119A is #92EE65. Grayscale: #3B3B3B. Windows color (decimal): -9629286 or 10097005. OLE color: 10097005.

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

Color convert

RGB 109 17 154 -
CMYK 0.29 0.89 0 0.40
HSL 280.29º 0.8% 0.34% -
HSV(B) 280.29º 0.89% 0.6% -
XYZ 12.34 5.99 31.08 -
YUV 60.13 180.98 162.86 -
System Red Green Blue C M Y K H S L
Decimal 109 17 154 0.29 0.89 0 0.40 280.29 0.8 0.34
Hex 6D 11 9A 1D 59 0 28 118 50 22
Octal 155 21 232 35 131 0 50 430 120 42
Binary 1101101 10001 10011010 11101 1011001 0 101000 100011000 1010000 100010

Color Harmonies of #6D119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D119A

Black with #6D119A

Text Example


Text Example

White with #6D119A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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