Html Css Color HEX #7049BE Blue Marguerite

📋 copy color: '#7049BE'

red 112 ◦ green 73 ◦ blue 190

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

Shades of Blue Marguerite #7049BE

Tints of Blue Marguerite #7049BE

RGB

 RED value IS 112 (44.14% from 255) = 29.87%

 GREEN value IS 73 (28.91% from 255) = 19.47%

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 29.87%
G = 19.47%
B = 50.67%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7049BE (or 0x7049BE) is known color: Blue Marguerite. HEX triplet: 70, 49 and BE. RGB value is (112,73,190). Sum of RGB (Red+Green+Blue) = 112+73+190=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #7049BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7049BE is #8FB641. Grayscale: #616161. Windows color (decimal): -9418306 or 12470640. OLE color: 12470640.

HSL color Cylindrical-coordinate representation of color #7049BE: 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.62%. Process color model (Four color, CMYK) of #7049BE is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 73 190 -
CMYK 0.41 0.62 0 0.25
HSL 260º 0.47% 0.52% -
HSV(B) 260º 0.62% 0.75% -
XYZ 18.36 11.93 50.05 -
YUV 98 179.92 137.99 -
System Red Green Blue C M Y K H S L
Decimal 112 73 190 0.41 0.62 0 0.25 260 0.47 0.52
Hex 70 49 BE 29 3E 0 19 104 2F 34
Octal 160 111 276 51 76 0 31 404 57 64
Binary 1110000 1001001 10111110 101001 111110 0 11001 100000100 101111 110100

Color Harmonies of #7049BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7049BE

Black with #7049BE

Text Example


Text Example

White with #7049BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7049BE; }

 p { color: rgb(112,73,190); }

 H1.HeaderClassName
 {
   color: #7049BE;
 }
 .AnyTagClassName
 {
   color: #7049BE;
 }
</style>

background-color css

<style>
 a { background-color: #7049BE; }

 a { background-color: rgb(112,73,190); }

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

border-color css

<style>
 span { border-color: #7049BE; }

 span { border-color: rgb(112,73,190); }

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