Html Css Color HEX #7359AF Blue Marguerite

📋 copy color: '#7359AF'

red 115 ◦ green 89 ◦ blue 175

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

Shades of Blue Marguerite #7359AF

Tints of Blue Marguerite #7359AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.17%

R = 30.34%
G = 23.48%
B = 46.17%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7359AF (or 0x7359AF) is known color: Blue Marguerite. HEX triplet: 73, 59 and AF. RGB value is (115,89,175). Sum of RGB (Red+Green+Blue) = 115+89+175=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #7359AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7359AF is #8CA650. Grayscale: #6A6A6A. Windows color (decimal): -9217617 or 11491699. OLE color: 11491699.

HSL color Cylindrical-coordinate representation of color #7359AF: hue angle of 258.14º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7359AF is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 89 175 -
CMYK 0.34 0.49 0 0.31
HSL 258.14º 0.35% 0.52% -
HSV(B) 258.14º 0.49% 0.69% -
XYZ 18.38 13.88 42.27 -
YUV 106.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 115 89 175 0.34 0.49 0 0.31 258.14 0.35 0.52
Hex 73 59 AF 22 31 0 1F 102 23 34
Octal 163 131 257 42 61 0 37 402 43 64
Binary 1110011 1011001 10101111 100010 110001 0 11111 100000010 100011 110100

Color Harmonies of #7359AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7359AF

Black with #7359AF

Text Example


Text Example

White with #7359AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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