Html Css Color HEX #6D108D Purple

📋 copy color: '#6D108D'

red 109 ◦ green 16 ◦ blue 141

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

Shades of Purple #6D108D

Tints of Purple #6D108D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

 BLUE value IS 141 (55.47% from 255) = 53.01%

R = 40.98%
G = 6.02%
B = 53.01%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D108D (or 0x6D108D) is known color: Purple. HEX triplet: 6D, 10 and 8D. RGB value is (109,16,141). Sum of RGB (Red+Green+Blue) = 109+16+141=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D108D is #92EF72. Grayscale: #393939. Windows color (decimal): -9629555 or 9244781. OLE color: 9244781.

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

Color convert

RGB 109 16 141 -
CMYK 0.23 0.89 0 0.45
HSL 284.64º 0.8% 0.31% -
HSV(B) 284.64º 0.89% 0.55% -
XYZ 11.3 5.54 25.67 -
YUV 58.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 109 16 141 0.23 0.89 0 0.45 284.64 0.8 0.31
Hex 6D 10 8D 17 59 0 2D 11D 50 1F
Octal 155 20 215 27 131 0 55 435 120 37
Binary 1101101 10000 10001101 10111 1011001 0 101101 100011101 1010000 11111

Color Harmonies of #6D108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D108D

Black with #6D108D

Text Example


Text Example

White with #6D108D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,16,141); }

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

background-color css

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

 a { background-color: rgb(109,16,141); }

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

border-color css

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

 span { border-color: rgb(109,16,141); }

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