Html Css Color HEX #7155AC Blue Marguerite

📋 copy color: '#7155AC'

red 113 ◦ green 85 ◦ blue 172

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

Shades of Blue Marguerite #7155AC

Tints of Blue Marguerite #7155AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.97%

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

R = 30.54%
G = 22.97%
B = 46.49%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7155AC (or 0x7155AC) is known color: Blue Marguerite. HEX triplet: 71, 55 and AC. RGB value is (113,85,172). Sum of RGB (Red+Green+Blue) = 113+85+172=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #7155AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7155AC is #8EAA53. Grayscale: #666666. Windows color (decimal): -9349716 or 11294065. OLE color: 11294065.

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

Color convert

RGB 113 85 172 -
CMYK 0.34 0.51 0 0.33
HSL 259.31º 0.34% 0.5% -
HSV(B) 259.31º 0.51% 0.67% -
XYZ 17.5 12.99 40.61 -
YUV 103.29 166.78 134.93 -
System Red Green Blue C M Y K H S L
Decimal 113 85 172 0.34 0.51 0 0.33 259.31 0.34 0.5
Hex 71 55 AC 22 33 0 21 103 22 32
Octal 161 125 254 42 63 0 41 403 42 62
Binary 1110001 1010101 10101100 100010 110011 0 100001 100000011 100010 110010

Color Harmonies of #7155AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7155AC

Black with #7155AC

Text Example


Text Example

White with #7155AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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