Html Css Color HEX #7156B2 Blue Marguerite

📋 copy color: '#7156B2'

red 113 ◦ green 86 ◦ blue 178

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

Shades of Blue Marguerite #7156B2

Tints of Blue Marguerite #7156B2

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.81%

 BLUE value IS 178 (69.92% from 255) = 47.21%

R = 29.97%
G = 22.81%
B = 47.21%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7156B2 (or 0x7156B2) is known color: Blue Marguerite. HEX triplet: 71, 56 and B2. RGB value is (113,86,178). Sum of RGB (Red+Green+Blue) = 113+86+178=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 178 - color contains mainly: blue. Hex color #7156B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7156B2 is #8EA94D. Grayscale: #686868. Windows color (decimal): -9349454 or 11687537. OLE color: 11687537.

HSL color Cylindrical-coordinate representation of color #7156B2: hue angle of 257.61º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7156B2 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 86 178 -
CMYK 0.37 0.52 0 0.30
HSL 257.61º 0.37% 0.52% -
HSV(B) 257.61º 0.52% 0.7% -
XYZ 18.17 13.38 43.74 -
YUV 104.56 169.45 134.02 -
System Red Green Blue C M Y K H S L
Decimal 113 86 178 0.37 0.52 0 0.30 257.61 0.37 0.52
Hex 71 56 B2 25 34 0 1E 102 25 34
Octal 161 126 262 45 64 0 36 402 45 64
Binary 1110001 1010110 10110010 100101 110100 0 11110 100000010 100101 110100

Color Harmonies of #7156B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7156B2

Black with #7156B2

Text Example


Text Example

White with #7156B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7156B2; }

 p { color: rgb(113,86,178); }

 H1.HeaderClassName
 {
   color: #7156B2;
 }
 .AnyTagClassName
 {
   color: #7156B2;
 }
</style>

background-color css

<style>
 a { background-color: #7156B2; }

 a { background-color: rgb(113,86,178); }

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

border-color css

<style>
 span { border-color: #7156B2; }

 span { border-color: rgb(113,86,178); }

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