#7157AD

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

Shades of Blue Marguerite #7157AD

Tints of Blue Marguerite #7157AD

Color information

#7157AD (or 0x7157AD) is unknown color: approx Blue Marguerite. HEX triplet: 71, 57 and AD. RGB value is (113,87,173). Sum of RGB (Red+Green+Blue) = 113+87+173=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #7157AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7157AD is #8EA852. Grayscale: #686868. Windows color (decimal): -9349203 or 11360113. OLE color: 11360113.

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

Color convert

RGB11387173-
CMYK0.350.5000.32
HSL258.14º34.4%50.98%-
HSV(B)258.14º49.71%67.84%-
XYZ17.7613.3441.17-
YUV104.58166.61134.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.29%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=30.29%
G=23.32%
B=46.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113871730.350.5000.32258.1434.450.98
Hex7157AD23320201022233
Octal16112725543620404024263
Binary11100011010111101011011000111100100100000100000010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7157AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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