#7062B5

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

Shades of Blue Marguerite #7062B5

Tints of Blue Marguerite #7062B5

Color information

#7062B5 (or 0x7062B5) is unknown color: approx Blue Marguerite. HEX triplet: 70, 62 and B5. RGB value is (112,98,181). Sum of RGB (Red+Green+Blue) = 112+98+181=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 181 - color contains mainly: blue. Hex color #7062B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7062B5 is #8F9D4A. Grayscale: #6F6F6F. Windows color (decimal): -9411915 or 11887216. OLE color: 11887216.

HSL color Cylindrical-coordinate representation of color #7062B5: hue angle of 250.12º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7062B5 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11298181-
CMYK0.380.4600.29
HSL250.12º35.93%54.71%-
HSV(B)250.12º45.86%70.98%-
XYZ19.3915.5245.69-
YUV111.65167.14128.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 181 (71.09% from 255) = 46.29%
R=28.64%
G=25.06%
B=46.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112981810.380.4600.29250.1235.9354.71
Hex7062B5262E01Dfa2437
Octal16014226546560353724467
Binary111000011000101011010110011010111001110111111010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7062B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7062B5; }

 p { color: rgb(112,98,181); }

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

<style>
 a { background-color: #7062B5; }

 a { background-color: rgb(112,98,181); }

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

<style>
 span { border-color: #7062B5; }

 span { border-color: rgb(112,98,181); }

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