#724CBE

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

Shades of Blue Marguerite #724CBE

Tints of Blue Marguerite #724CBE

Color information

#724CBE (or 0x724CBE) is unknown color: approx Blue Marguerite. HEX triplet: 72, 4C and BE. RGB value is (114,76,190). Sum of RGB (Red+Green+Blue) = 114+76+190=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #724CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CBE is #8DB341. Grayscale: #636363. Windows color (decimal): -9286466 or 12471410. OLE color: 12471410.

HSL color Cylindrical-coordinate representation of color #724CBE: hue angle of 260º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #724CBE is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11476190-
CMYK0.400.6000.25
HSL260º46.72%52.16%-
HSV(B)260º60%74.51%-
XYZ18.8212.4650.13-
YUV100.36178.59137.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30%
GREEN value IS 76 (30.08% from 255) = 20%
BLUE value IS 190 (74.61% from 255) = 50%
R=30%
G=20%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114761900.400.6000.2526046.7252.16
Hex724CBE283C0191042f34
Octal16211427650740314045764
Binary1110010100110010111110101000111100011001100000100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724CBE; }

 p { color: rgb(114,76,190); }

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

<style>
 a { background-color: #724CBE; }

 a { background-color: rgb(114,76,190); }

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

<style>
 span { border-color: #724CBE; }

 span { border-color: rgb(114,76,190); }

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