#714DB5

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

Shades of Blue Marguerite #714DB5

Tints of Blue Marguerite #714DB5

Color information

#714DB5 (or 0x714DB5) is unknown color: approx Blue Marguerite. HEX triplet: 71, 4D and B5. RGB value is (113,77,181). Sum of RGB (Red+Green+Blue) = 113+77+181=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #714DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DB5 is #8EB24A. Grayscale: #636363. Windows color (decimal): -9351755 or 11881841. OLE color: 11881841.

HSL color Cylindrical-coordinate representation of color #714DB5: hue angle of 260.77º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #714DB5 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11377181-
CMYK0.380.5700.29
HSL260.77º41.27%50.59%-
HSV(B)260.77º57.46%70.98%-
XYZ17.812.1545.12-
YUV99.62173.93137.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 181 (71.09% from 255) = 48.79%
R=30.46%
G=20.75%
B=48.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113771810.380.5700.29260.7741.2750.59
Hex714DB5263901D1052933
Octal16111526546710354055163
Binary1110001100110110110101100110111001011101100000101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714DB5; }

 p { color: rgb(113,77,181); }

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

<style>
 a { background-color: #714DB5; }

 a { background-color: rgb(113,77,181); }

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

<style>
 span { border-color: #714DB5; }

 span { border-color: rgb(113,77,181); }

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