#715AAD

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

Shades of Blue Marguerite #715AAD

Tints of Blue Marguerite #715AAD

Color information

#715AAD (or 0x715AAD) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5A and AD. RGB value is (113,90,173). Sum of RGB (Red+Green+Blue) = 113+90+173=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #715AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715AAD is #8EA552. Grayscale: #6A6A6A. Windows color (decimal): -9348435 or 11360881. OLE color: 11360881.

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

Color convert

RGB11390173-
CMYK0.350.4800.32
HSL256.63º33.6%51.57%-
HSV(B)256.63º47.98%67.84%-
XYZ18.0113.8441.26-
YUV106.34165.62132.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=30.05%
G=23.94%
B=46.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113901730.350.4800.32256.6333.651.57
Hex715AAD23300201012234
Octal16113225543600404014264
Binary11100011011010101011011000111100000100000100000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715AAD; }

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

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

<style>
 a { background-color: #715AAD; }

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

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

<style>
 span { border-color: #715AAD; }

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

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