Html Css Color HEX #7160AB Blue Marguerite

📋 copy color: '#7160AB'

red 113 ◦ green 96 ◦ blue 171

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

Shades of Blue Marguerite #7160AB

Tints of Blue Marguerite #7160AB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.26%

 BLUE value IS 171 (67.19% from 255) = 45%

R = 29.74%
G = 25.26%
B = 45%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7160AB (or 0x7160AB) is known color: Blue Marguerite. HEX triplet: 71, 60 and AB. RGB value is (113,96,171). Sum of RGB (Red+Green+Blue) = 113+96+171=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #7160AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7160AB is #8E9F54. Grayscale: #6D6D6D. Windows color (decimal): -9346901 or 11231345. OLE color: 11231345.

HSL color Cylindrical-coordinate representation of color #7160AB: hue angle of 253.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7160AB is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 96 171 -
CMYK 0.34 0.44 0 0.33
HSL 253.6º 0.31% 0.52% -
HSV(B) 253.6º 0.44% 0.67% -
XYZ 18.34 14.82 40.42 -
YUV 109.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 113 96 171 0.34 0.44 0 0.33 253.6 0.31 0.52
Hex 71 60 AB 22 2C 0 21 FE 1F 34
Octal 161 140 253 42 54 0 41 376 37 64
Binary 1110001 1100000 10101011 100010 101100 0 100001 11111110 11111 110100

Color Harmonies of #7160AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7160AB

Black with #7160AB

Text Example


Text Example

White with #7160AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7160AB; }

 p { color: rgb(113,96,171); }

 H1.HeaderClassName
 {
   color: #7160AB;
 }
 .AnyTagClassName
 {
   color: #7160AB;
 }
</style>

background-color css

<style>
 a { background-color: #7160AB; }

 a { background-color: rgb(113,96,171); }

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

border-color css

<style>
 span { border-color: #7160AB; }

 span { border-color: rgb(113,96,171); }

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