Html Css Color HEX #7053AE Blue Marguerite

📋 copy color: '#7053AE'

red 112 ◦ green 83 ◦ blue 174

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

Shades of Blue Marguerite #7053AE

Tints of Blue Marguerite #7053AE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.49%

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

R = 30.35%
G = 22.49%
B = 47.15%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7053AE (or 0x7053AE) is known color: Blue Marguerite. HEX triplet: 70, 53 and AE. RGB value is (112,83,174). Sum of RGB (Red+Green+Blue) = 112+83+174=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #7053AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7053AE is #8FAC51. Grayscale: #656565. Windows color (decimal): -9415762 or 11424624. OLE color: 11424624.

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

Color convert

RGB 112 83 174 -
CMYK 0.36 0.52 0 0.32
HSL 259.12º 0.36% 0.5% -
HSV(B) 259.12º 0.52% 0.68% -
XYZ 17.42 12.69 41.58 -
YUV 102.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 112 83 174 0.36 0.52 0 0.32 259.12 0.36 0.5
Hex 70 53 AE 24 34 0 20 103 24 32
Octal 160 123 256 44 64 0 40 403 44 62
Binary 1110000 1010011 10101110 100100 110100 0 100000 100000011 100100 110010

Color Harmonies of #7053AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7053AE

Black with #7053AE

Text Example


Text Example

White with #7053AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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