Html Css Color HEX #7155B0 Blue Marguerite

📋 copy color: '#7155B0'

red 113 ◦ green 85 ◦ blue 176

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

Shades of Blue Marguerite #7155B0

Tints of Blue Marguerite #7155B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.06%

R = 30.21%
G = 22.73%
B = 47.06%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7155B0 (or 0x7155B0) is known color: Blue Marguerite. HEX triplet: 71, 55 and B0. RGB value is (113,85,176). Sum of RGB (Red+Green+Blue) = 113+85+176=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 176 - color contains mainly: blue. Hex color #7155B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7155B0 is #8EAA4F. Grayscale: #676767. Windows color (decimal): -9349712 or 11556209. OLE color: 11556209.

HSL color Cylindrical-coordinate representation of color #7155B0: hue angle of 258.46º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7155B0 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 85 176 -
CMYK 0.36 0.52 0 0.31
HSL 258.46º 0.37% 0.51% -
HSV(B) 258.46º 0.52% 0.69% -
XYZ 17.9 13.14 42.67 -
YUV 103.75 168.78 134.6 -
System Red Green Blue C M Y K H S L
Decimal 113 85 176 0.36 0.52 0 0.31 258.46 0.37 0.51
Hex 71 55 B0 24 34 0 1F 102 25 33
Octal 161 125 260 44 64 0 37 402 45 63
Binary 1110001 1010101 10110000 100100 110100 0 11111 100000010 100101 110011

Color Harmonies of #7155B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7155B0

Black with #7155B0

Text Example


Text Example

White with #7155B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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