Html Css Color HEX #7161B1 Blue Marguerite

📋 copy color: '#7161B1'

red 113 ◦ green 97 ◦ blue 177

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

Shades of Blue Marguerite #7161B1

Tints of Blue Marguerite #7161B1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.06%

 BLUE value IS 177 (69.53% from 255) = 45.74%

R = 29.2%
G = 25.06%
B = 45.74%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7161B1 (or 0x7161B1) is known color: Blue Marguerite. HEX triplet: 71, 61 and B1. RGB value is (113,97,177). Sum of RGB (Red+Green+Blue) = 113+97+177=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #7161B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7161B1 is #8E9E4E. Grayscale: #6E6E6E. Windows color (decimal): -9346639 or 11624817. OLE color: 11624817.

HSL color Cylindrical-coordinate representation of color #7161B1: hue angle of 252º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7161B1 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 97 177 -
CMYK 0.36 0.45 0 0.31
HSL 252º 0.34% 0.54% -
HSV(B) 252º 0.45% 0.69% -
XYZ 19.02 15.23 43.53 -
YUV 110.9 165.3 129.5 -
System Red Green Blue C M Y K H S L
Decimal 113 97 177 0.36 0.45 0 0.31 252 0.34 0.54
Hex 71 61 B1 24 2D 0 1F FC 22 36
Octal 161 141 261 44 55 0 37 374 42 66
Binary 1110001 1100001 10110001 100100 101101 0 11111 11111100 100010 110110

Color Harmonies of #7161B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7161B1

Black with #7161B1

Text Example


Text Example

White with #7161B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7161B1; }

 p { color: rgb(113,97,177); }

 H1.HeaderClassName
 {
   color: #7161B1;
 }
 .AnyTagClassName
 {
   color: #7161B1;
 }
</style>

background-color css

<style>
 a { background-color: #7161B1; }

 a { background-color: rgb(113,97,177); }

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

border-color css

<style>
 span { border-color: #7161B1; }

 span { border-color: rgb(113,97,177); }

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