Html Css Color HEX #7051B4 Blue Marguerite

📋 copy color: '#7051B4'

red 112 ◦ green 81 ◦ blue 180

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

Shades of Blue Marguerite #7051B4

Tints of Blue Marguerite #7051B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.26%

R = 30.03%
G = 21.72%
B = 48.26%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7051B4 (or 0x7051B4) is known color: Blue Marguerite. HEX triplet: 70, 51 and B4. RGB value is (112,81,180). Sum of RGB (Red+Green+Blue) = 112+81+180=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #7051B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7051B4 is #8FAE4B. Grayscale: #656565. Windows color (decimal): -9416268 or 11817328. OLE color: 11817328.

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

Color convert

RGB 112 81 180 -
CMYK 0.38 0.55 0 0.29
HSL 258.79º 0.4% 0.51% -
HSV(B) 258.79º 0.55% 0.71% -
XYZ 17.86 12.62 44.68 -
YUV 101.56 172.27 135.45 -
System Red Green Blue C M Y K H S L
Decimal 112 81 180 0.38 0.55 0 0.29 258.79 0.4 0.51
Hex 70 51 B4 26 37 0 1D 103 28 33
Octal 160 121 264 46 67 0 35 403 50 63
Binary 1110000 1010001 10110100 100110 110111 0 11101 100000011 101000 110011

Color Harmonies of #7051B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7051B4

Black with #7051B4

Text Example


Text Example

White with #7051B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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