Html Css Color HEX #7166AD Blue Marguerite

📋 copy color: '#7166AD'

red 113 ◦ green 102 ◦ blue 173

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

Shades of Blue Marguerite #7166AD

Tints of Blue Marguerite #7166AD

RGB

 RED value IS 113 (44.53% from 255) = 29.12%

 GREEN value IS 102 (40.23% from 255) = 26.29%

 BLUE value IS 173 (67.97% from 255) = 44.59%

R = 29.12%
G = 26.29%
B = 44.59%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7166AD (or 0x7166AD) is known color: Blue Marguerite. HEX triplet: 71, 66 and AD. RGB value is (113,102,173). Sum of RGB (Red+Green+Blue) = 113+102+173=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #7166AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7166AD is #8E9952. Grayscale: #717171. Windows color (decimal): -9345363 or 11363953. OLE color: 11363953.

HSL color Cylindrical-coordinate representation of color #7166AD: hue angle of 249.3º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7166AD is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 102 173 -
CMYK 0.35 0.41 0 0.32
HSL 249.3º 0.3% 0.54% -
HSV(B) 249.3º 0.41% 0.68% -
XYZ 19.1 16.03 41.62 -
YUV 113.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 113 102 173 0.35 0.41 0 0.32 249.3 0.3 0.54
Hex 71 66 AD 23 29 0 20 F9 1E 36
Octal 161 146 255 43 51 0 40 371 36 66
Binary 1110001 1100110 10101101 100011 101001 0 100000 11111001 11110 110110

Color Harmonies of #7166AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7166AD

Black with #7166AD

Text Example


Text Example

White with #7166AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7166AD; }

 p { color: rgb(113,102,173); }

 H1.HeaderClassName
 {
   color: #7166AD;
 }
 .AnyTagClassName
 {
   color: #7166AD;
 }
</style>

background-color css

<style>
 a { background-color: #7166AD; }

 a { background-color: rgb(113,102,173); }

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

border-color css

<style>
 span { border-color: #7166AD; }

 span { border-color: rgb(113,102,173); }

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