Html Css Color HEX #6D118C Purple

📋 copy color: '#6D118C'

red 109 ◦ green 17 ◦ blue 140

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

Shades of Purple #6D118C

Tints of Purple #6D118C

RGB

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

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

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

R = 40.98%
G = 6.39%
B = 52.63%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D118C (or 0x6D118C) is known color: Purple. HEX triplet: 6D, 11 and 8C. RGB value is (109,17,140). Sum of RGB (Red+Green+Blue) = 109+17+140=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D118C is #92EE73. Grayscale: #3A3A3A. Windows color (decimal): -9629300 or 9179501. OLE color: 9179501.

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

Color convert

RGB 109 17 140 -
CMYK 0.22 0.88 0 0.45
HSL 284.88º 0.78% 0.31% -
HSV(B) 284.88º 0.88% 0.55% -
XYZ 11.24 5.55 25.29 -
YUV 58.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 109 17 140 0.22 0.88 0 0.45 284.88 0.78 0.31
Hex 6D 11 8C 16 58 0 2D 11D 4E 1F
Octal 155 21 214 26 130 0 55 435 116 37
Binary 1101101 10001 10001100 10110 1011000 0 101101 100011101 1001110 11111

Color Harmonies of #6D118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D118C

Black with #6D118C

Text Example


Text Example

White with #6D118C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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