#7261AF

Color #7261AF Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7261AF

Tints of Blue Marguerite #7261AF

Color information

#7261AF (or 0x7261AF) is unknown color: approx Blue Marguerite. HEX triplet: 72, 61 and AF. RGB value is (114,97,175). Sum of RGB (Red+Green+Blue) = 114+97+175=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #7261AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7261AF is #8D9E50. Grayscale: #6E6E6E. Windows color (decimal): -9281105 or 11493746. OLE color: 11493746.

HSL color Cylindrical-coordinate representation of color #7261AF: hue angle of 253.08º 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 #7261AF is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11497175-
CMYK0.350.4500.31
HSL253.08º32.77%53.33%-
HSV(B)253.08º44.57%68.63%-
XYZ18.9515.2242.5-
YUV110.98164.13130.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=29.53%
G=25.13%
B=45.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114971750.350.4500.31253.0832.7753.33
Hex7261AF232D01Ffd2135
Octal16214125743550373754165
Binary111001011000011010111110001110110101111111111101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7261AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7261AF;
 }
 .AnyTagClassName
 {
   color: #7261AF;
 }
</style>
background-color css

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

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

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

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

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

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