Html Css Color HEX #7359AB Blue Marguerite

📋 copy color: '#7359AB'

red 115 ◦ green 89 ◦ blue 171

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

Shades of Blue Marguerite #7359AB

Tints of Blue Marguerite #7359AB

RGB

 RED value IS 115 (45.31% from 255) = 30.67%

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 30.67%
G = 23.73%
B = 45.6%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7359AB (or 0x7359AB) is known color: Blue Marguerite. HEX triplet: 73, 59 and AB. RGB value is (115,89,171). Sum of RGB (Red+Green+Blue) = 115+89+171=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #7359AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7359AB is #8CA654. Grayscale: #696969. Windows color (decimal): -9217621 or 11229555. OLE color: 11229555.

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

Color convert

RGB 115 89 171 -
CMYK 0.33 0.48 0 0.33
HSL 259.02º 0.33% 0.51% -
HSV(B) 259.02º 0.48% 0.67% -
XYZ 17.99 13.73 40.23 -
YUV 106.12 164.61 134.33 -
System Red Green Blue C M Y K H S L
Decimal 115 89 171 0.33 0.48 0 0.33 259.02 0.33 0.51
Hex 73 59 AB 21 30 0 21 103 21 33
Octal 163 131 253 41 60 0 41 403 41 63
Binary 1110011 1011001 10101011 100001 110000 0 100001 100000011 100001 110011

Color Harmonies of #7359AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7359AB

Black with #7359AB

Text Example


Text Example

White with #7359AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7359AB; }

 p { color: rgb(115,89,171); }

 H1.HeaderClassName
 {
   color: #7359AB;
 }
 .AnyTagClassName
 {
   color: #7359AB;
 }
</style>

background-color css

<style>
 a { background-color: #7359AB; }

 a { background-color: rgb(115,89,171); }

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

border-color css

<style>
 span { border-color: #7359AB; }

 span { border-color: rgb(115,89,171); }

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