Html Css Color HEX #7561AF Blue Marguerite

📋 copy color: '#7561AF'

red 117 ◦ green 97 ◦ blue 175

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

Shades of Blue Marguerite #7561AF

Tints of Blue Marguerite #7561AF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.94%

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

R = 30.08%
G = 24.94%
B = 44.99%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7561AF (or 0x7561AF) is known color: Blue Marguerite. HEX triplet: 75, 61 and AF. RGB value is (117,97,175). Sum of RGB (Red+Green+Blue) = 117+97+175=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #7561AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7561AF is #8A9E50. Grayscale: #6F6F6F. Windows color (decimal): -9084497 or 11493749. OLE color: 11493749.

HSL color Cylindrical-coordinate representation of color #7561AF: hue angle of 255.38º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7561AF is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 97 175 -
CMYK 0.33 0.45 0 0.31
HSL 255.38º 0.33% 0.53% -
HSV(B) 255.38º 0.45% 0.69% -
XYZ 19.35 15.43 42.52 -
YUV 111.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 117 97 175 0.33 0.45 0 0.31 255.38 0.33 0.53
Hex 75 61 AF 21 2D 0 1F FF 21 35
Octal 165 141 257 41 55 0 37 377 41 65
Binary 1110101 1100001 10101111 100001 101101 0 11111 11111111 100001 110101

Color Harmonies of #7561AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7561AF

Black with #7561AF

Text Example


Text Example

White with #7561AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,97,175); }

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

background-color css

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

 a { background-color: rgb(117,97,175); }

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

border-color css

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

 span { border-color: rgb(117,97,175); }

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