Html Css Color HEX #7559AD Blue Marguerite

📋 copy color: '#7559AD'

red 117 ◦ green 89 ◦ blue 173

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

Shades of Blue Marguerite #7559AD

Tints of Blue Marguerite #7559AD

RGB

 RED value IS 117 (46.09% from 255) = 30.87%

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

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

R = 30.87%
G = 23.48%
B = 45.65%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7559AD (or 0x7559AD) is known color: Blue Marguerite. HEX triplet: 75, 59 and AD. RGB value is (117,89,173). Sum of RGB (Red+Green+Blue) = 117+89+173=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #7559AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7559AD is #8AA652. Grayscale: #6A6A6A. Windows color (decimal): -9086547 or 11360629. OLE color: 11360629.

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

Color convert

RGB 117 89 173 -
CMYK 0.32 0.49 0 0.32
HSL 260º 0.34% 0.51% -
HSV(B) 260º 0.49% 0.68% -
XYZ 18.45 13.94 41.25 -
YUV 106.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 117 89 173 0.32 0.49 0 0.32 260 0.34 0.51
Hex 75 59 AD 20 31 0 20 104 22 33
Octal 165 131 255 40 61 0 40 404 42 63
Binary 1110101 1011001 10101101 100000 110001 0 100000 100000100 100010 110011

Color Harmonies of #7559AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7559AD

Black with #7559AD

Text Example


Text Example

White with #7559AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,89,173); }

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

background-color css

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

 a { background-color: rgb(117,89,173); }

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

border-color css

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

 span { border-color: rgb(117,89,173); }

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