#715DAD

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

Shades of Blue Marguerite #715DAD

Tints of Blue Marguerite #715DAD

Color information

#715DAD (or 0x715DAD) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5D and AD. RGB value is (113,93,173). Sum of RGB (Red+Green+Blue) = 113+93+173=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #715DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715DAD is #8EA252. Grayscale: #6B6B6B. Windows color (decimal): -9347667 or 11361649. OLE color: 11361649.

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

Color convert

RGB11393173-
CMYK0.350.4600.32
HSL255º32.79%52.16%-
HSV(B)255º46.24%67.84%-
XYZ18.2714.3641.34-
YUV108.1164.63131.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.82%
GREEN value IS 93 (36.72% from 255) = 24.54%
BLUE value IS 173 (67.97% from 255) = 45.65%
R=29.82%
G=24.54%
B=45.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113931730.350.4600.3225532.7952.16
Hex715DAD232E020ff2134
Octal16113525543560403774164
Binary1110001101110110101101100011101110010000011111111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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