Html Css Color HEX #7159AC Blue Marguerite

📋 copy color: '#7159AC'

red 113 ◦ green 89 ◦ blue 172

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

Shades of Blue Marguerite #7159AC

Tints of Blue Marguerite #7159AC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.8%

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 30.21%
G = 23.8%
B = 45.99%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7159AC (or 0x7159AC) is known color: Blue Marguerite. HEX triplet: 71, 59 and AC. RGB value is (113,89,172). Sum of RGB (Red+Green+Blue) = 113+89+172=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #7159AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7159AC is #8EA653. Grayscale: #696969. Windows color (decimal): -9348692 or 11295089. OLE color: 11295089.

HSL color Cylindrical-coordinate representation of color #7159AC: hue angle of 257.35º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7159AC is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 89 172 -
CMYK 0.34 0.48 0 0.33
HSL 257.35º 0.33% 0.51% -
HSV(B) 257.35º 0.48% 0.67% -
XYZ 17.83 13.63 40.72 -
YUV 105.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 113 89 172 0.34 0.48 0 0.33 257.35 0.33 0.51
Hex 71 59 AC 22 30 0 21 101 21 33
Octal 161 131 254 42 60 0 41 401 41 63
Binary 1110001 1011001 10101100 100010 110000 0 100001 100000001 100001 110011

Color Harmonies of #7159AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7159AC

Black with #7159AC

Text Example


Text Example

White with #7159AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7159AC; }

 p { color: rgb(113,89,172); }

 H1.HeaderClassName
 {
   color: #7159AC;
 }
 .AnyTagClassName
 {
   color: #7159AC;
 }
</style>

background-color css

<style>
 a { background-color: #7159AC; }

 a { background-color: rgb(113,89,172); }

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

border-color css

<style>
 span { border-color: #7159AC; }

 span { border-color: rgb(113,89,172); }

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