Html Css Color HEX #6D1197 Purple

📋 copy color: '#6D1197'

red 109 ◦ green 17 ◦ blue 151

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

Shades of Purple #6D1197

Tints of Purple #6D1197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 54.51%

R = 39.35%
G = 6.14%
B = 54.51%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6D1197 (or 0x6D1197) is known color: Purple. HEX triplet: 6D, 11 and 97. RGB value is (109,17,151). Sum of RGB (Red+Green+Blue) = 109+17+151=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 151 (59.38% from 255 or 54.51% from 277); Max value from RGB is 151 - color contains mainly: blue. Hex color #6D1197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1197 is #92EE68. Grayscale: #3B3B3B. Windows color (decimal): -9629289 or 9900397. OLE color: 9900397.

HSL color Cylindrical-coordinate representation of color #6D1197: hue angle of 281.19º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D1197 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 109 17 151 -
CMYK 0.28 0.89 0 0.41
HSL 281.19º 0.8% 0.33% -
HSV(B) 281.19º 0.89% 0.59% -
XYZ 12.09 5.89 29.78 -
YUV 59.78 179.48 163.1 -
System Red Green Blue C M Y K H S L
Decimal 109 17 151 0.28 0.89 0 0.41 281.19 0.8 0.33
Hex 6D 11 97 1C 59 0 29 119 50 21
Octal 155 21 227 34 131 0 51 431 120 41
Binary 1101101 10001 10010111 11100 1011001 0 101001 100011001 1010000 100001

Color Harmonies of #6D1197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1197

Black with #6D1197

Text Example


Text Example

White with #6D1197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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