Html Css Color HEX #7063AE Blue Marguerite

📋 copy color: '#7063AE'

red 112 ◦ green 99 ◦ blue 174

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

Shades of Blue Marguerite #7063AE

Tints of Blue Marguerite #7063AE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.71%

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

R = 29.09%
G = 25.71%
B = 45.19%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7063AE (or 0x7063AE) is known color: Blue Marguerite. HEX triplet: 70, 63 and AE. RGB value is (112,99,174). Sum of RGB (Red+Green+Blue) = 112+99+174=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #7063AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7063AE is #8F9C51. Grayscale: #6F6F6F. Windows color (decimal): -9411666 or 11428720. OLE color: 11428720.

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

Color convert

RGB 112 99 174 -
CMYK 0.36 0.43 0 0.32
HSL 250.4º 0.32% 0.54% -
HSV(B) 250.4º 0.43% 0.68% -
XYZ 18.78 15.42 42.03 -
YUV 111.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 112 99 174 0.36 0.43 0 0.32 250.4 0.32 0.54
Hex 70 63 AE 24 2B 0 20 FA 20 36
Octal 160 143 256 44 53 0 40 372 40 66
Binary 1110000 1100011 10101110 100100 101011 0 100000 11111010 100000 110110

Color Harmonies of #7063AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7063AE

Black with #7063AE

Text Example


Text Example

White with #7063AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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