Html Css Color HEX #7051BA Blue Marguerite

📋 copy color: '#7051BA'

red 112 ◦ green 81 ◦ blue 186

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

Shades of Blue Marguerite #7051BA

Tints of Blue Marguerite #7051BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.37%

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 29.55%
G = 21.37%
B = 49.08%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7051BA (or 0x7051BA) is known color: Blue Marguerite. HEX triplet: 70, 51 and BA. RGB value is (112,81,186). Sum of RGB (Red+Green+Blue) = 112+81+186=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #7051BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7051BA is #8FAE45. Grayscale: #656565. Windows color (decimal): -9416262 or 12210544. OLE color: 12210544.

HSL color Cylindrical-coordinate representation of color #7051BA: hue angle of 257.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7051BA is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 81 186 -
CMYK 0.40 0.56 0 0.27
HSL 257.71º 0.43% 0.52% -
HSV(B) 257.71º 0.56% 0.73% -
XYZ 18.49 12.87 47.97 -
YUV 102.24 175.27 134.96 -
System Red Green Blue C M Y K H S L
Decimal 112 81 186 0.40 0.56 0 0.27 257.71 0.43 0.52
Hex 70 51 BA 28 38 0 1B 102 2B 34
Octal 160 121 272 50 70 0 33 402 53 64
Binary 1110000 1010001 10111010 101000 111000 0 11011 100000010 101011 110100

Color Harmonies of #7051BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7051BA

Black with #7051BA

Text Example


Text Example

White with #7051BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7051BA; }

 p { color: rgb(112,81,186); }

 H1.HeaderClassName
 {
   color: #7051BA;
 }
 .AnyTagClassName
 {
   color: #7051BA;
 }
</style>

background-color css

<style>
 a { background-color: #7051BA; }

 a { background-color: rgb(112,81,186); }

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

border-color css

<style>
 span { border-color: #7051BA; }

 span { border-color: rgb(112,81,186); }

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