#7153AD

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

Shades of Blue Marguerite #7153AD

Tints of Blue Marguerite #7153AD

Color information

#7153AD (or 0x7153AD) is unknown color: approx Blue Marguerite. HEX triplet: 71, 53 and AD. RGB value is (113,83,173). Sum of RGB (Red+Green+Blue) = 113+83+173=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #7153AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7153AD is #8EAC52. Grayscale: #656565. Windows color (decimal): -9350227 or 11359089. OLE color: 11359089.

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

Color convert

RGB11383173-
CMYK0.350.5200.32
HSL260º35.43%50.2%-
HSV(B)260º52.02%67.84%-
XYZ17.4512.7141.07-
YUV102.23167.94135.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 83 (32.81% from 255) = 22.49%
BLUE value IS 173 (67.97% from 255) = 46.88%
R=30.62%
G=22.49%
B=46.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113831730.350.5200.3226035.4350.2
Hex7153AD23340201042332
Octal16112325543640404044362
Binary11100011010011101011011000111101000100000100000100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7153AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,83,173); }

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

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

 a { background-color: rgb(113,83,173); }

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

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

 span { border-color: rgb(113,83,173); }

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