Html Css Color HEX #6D1177 Purple

📋 copy color: '#6D1177'

red 109 ◦ green 17 ◦ blue 119

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

Shades of Purple #6D1177

Tints of Purple #6D1177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 48.57%

R = 44.49%
G = 6.94%
B = 48.57%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D1177 (or 0x6D1177) is known color: Purple. HEX triplet: 6D, 11 and 77. RGB value is (109,17,119). Sum of RGB (Red+Green+Blue) = 109+17+119=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D1177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1177 is #92EE88. Grayscale: #373737. Windows color (decimal): -9629321 or 7803245. OLE color: 7803245.

HSL color Cylindrical-coordinate representation of color #6D1177: hue angle of 294.12º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D1177 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 17 119 -
CMYK 0.08 0.86 0 0.53
HSL 294.12º 0.75% 0.27% -
HSV(B) 294.12º 0.86% 0.47% -
XYZ 9.84 4.98 17.9 -
YUV 56.14 163.48 165.71 -
System Red Green Blue C M Y K H S L
Decimal 109 17 119 0.08 0.86 0 0.53 294.12 0.75 0.27
Hex 6D 11 77 8 56 0 35 126 4B 1B
Octal 155 21 167 10 126 0 65 446 113 33
Binary 1101101 10001 1110111 1000 1010110 0 110101 100100110 1001011 11011

Color Harmonies of #6D1177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1177

Black with #6D1177

Text Example


Text Example

White with #6D1177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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