Html Css Color HEX #7155AD Blue Marguerite

📋 copy color: '#7155AD'

red 113 ◦ green 85 ◦ blue 173

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

Shades of Blue Marguerite #7155AD

Tints of Blue Marguerite #7155AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.63%

R = 30.46%
G = 22.91%
B = 46.63%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7155AD (or 0x7155AD) is known color: Blue Marguerite. HEX triplet: 71, 55 and AD. RGB value is (113,85,173). Sum of RGB (Red+Green+Blue) = 113+85+173=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #7155AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7155AD is #8EAA52. Grayscale: #676767. Windows color (decimal): -9349715 or 11359601. OLE color: 11359601.

HSL color Cylindrical-coordinate representation of color #7155AD: hue angle of 259.09º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7155AD is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 85 173 -
CMYK 0.35 0.51 0 0.32
HSL 259.09º 0.35% 0.51% -
HSV(B) 259.09º 0.51% 0.68% -
XYZ 17.6 13.02 41.12 -
YUV 103.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 113 85 173 0.35 0.51 0 0.32 259.09 0.35 0.51
Hex 71 55 AD 23 33 0 20 103 23 33
Octal 161 125 255 43 63 0 40 403 43 63
Binary 1110001 1010101 10101101 100011 110011 0 100000 100000011 100011 110011

Color Harmonies of #7155AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7155AD

Black with #7155AD

Text Example


Text Example

White with #7155AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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