Html Css Color HEX #724FB3 Blue Marguerite

📋 copy color: '#724FB3'

red 114 ◦ green 79 ◦ blue 179

#724FB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #724FB3

Tints of Blue Marguerite #724FB3

RGB

 RED value IS 114 (44.92% from 255) = 30.65%

 GREEN value IS 79 (31.25% from 255) = 21.24%

 BLUE value IS 179 (70.31% from 255) = 48.12%

R = 30.65%
G = 21.24%
B = 48.12%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#724FB3 (or 0x724FB3) is known color: Blue Marguerite. HEX triplet: 72, 4F and B3. RGB value is (114,79,179). Sum of RGB (Red+Green+Blue) = 114+79+179=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #724FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FB3 is #8DB04C. Grayscale: #646464. Windows color (decimal): -9285709 or 11751282. OLE color: 11751282.

HSL color Cylindrical-coordinate representation of color #724FB3: hue angle of 261º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #724FB3 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 79 179 -
CMYK 0.36 0.56 0 0.30
HSL 261º 0.4% 0.51% -
HSV(B) 261º 0.56% 0.7% -
XYZ 17.87 12.42 44.1 -
YUV 100.87 172.1 137.37 -
System Red Green Blue C M Y K H S L
Decimal 114 79 179 0.36 0.56 0 0.30 261 0.4 0.51
Hex 72 4F B3 24 38 0 1E 105 28 33
Octal 162 117 263 44 70 0 36 405 50 63
Binary 1110010 1001111 10110011 100100 111000 0 11110 100000101 101000 110011

Color Harmonies of #724FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724FB3

Black with #724FB3

Text Example


Text Example

White with #724FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,79,179); }

 H1.HeaderClassName
 {
   color: #724FB3;
 }
 .AnyTagClassName
 {
   color: #724FB3;
 }
</style>

background-color css

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

 a { background-color: rgb(114,79,179); }

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

border-color css

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

 span { border-color: rgb(114,79,179); }

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