Html Css Color HEX #7051AE Blue Marguerite

📋 copy color: '#7051AE'

red 112 ◦ green 81 ◦ blue 174

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

Shades of Blue Marguerite #7051AE

Tints of Blue Marguerite #7051AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.41%

R = 30.52%
G = 22.07%
B = 47.41%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7051AE (or 0x7051AE) is known color: Blue Marguerite. HEX triplet: 70, 51 and AE. RGB value is (112,81,174). Sum of RGB (Red+Green+Blue) = 112+81+174=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #7051AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7051AE is #8FAE51. Grayscale: #646464. Windows color (decimal): -9416274 or 11424112. OLE color: 11424112.

HSL color Cylindrical-coordinate representation of color #7051AE: hue angle of 260º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7051AE is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 81 174 -
CMYK 0.36 0.53 0 0.32
HSL 260º 0.36% 0.5% -
HSV(B) 260º 0.53% 0.68% -
XYZ 17.26 12.39 41.53 -
YUV 100.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 112 81 174 0.36 0.53 0 0.32 260 0.36 0.5
Hex 70 51 AE 24 35 0 20 104 24 32
Octal 160 121 256 44 65 0 40 404 44 62
Binary 1110000 1010001 10101110 100100 110101 0 100000 100000100 100100 110010

Color Harmonies of #7051AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7051AE

Black with #7051AE

Text Example


Text Example

White with #7051AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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