#7052AD

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

Shades of Blue Marguerite #7052AD

Tints of Blue Marguerite #7052AD

Color information

#7052AD (or 0x7052AD) is unknown color: approx Blue Marguerite. HEX triplet: 70, 52 and AD. RGB value is (112,82,173). Sum of RGB (Red+Green+Blue) = 112+82+173=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #7052AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7052AD is #8FAD52. Grayscale: #656565. Windows color (decimal): -9416019 or 11358832. OLE color: 11358832.

HSL color Cylindrical-coordinate representation of color #7052AD: hue angle of 259.78º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7052AD is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11282173-
CMYK0.350.5300.32
HSL259.78º35.69%50%-
HSV(B)259.78º52.6%67.84%-
XYZ17.2412.541.04-
YUV101.34168.44135.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=30.52%
G=22.34%
B=47.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112821730.350.5300.32259.7835.6950
Hex7052AD23350201042432
Octal16012225543650404044462
Binary11100001010010101011011000111101010100000100000100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7052AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,82,173); }

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

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

 a { background-color: rgb(112,82,173); }

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

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

 span { border-color: rgb(112,82,173); }

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