Html Css Color HEX #7063AD Blue Marguerite

📋 copy color: '#7063AD'

red 112 ◦ green 99 ◦ blue 173

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

Shades of Blue Marguerite #7063AD

Tints of Blue Marguerite #7063AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 29.17%
G = 25.78%
B = 45.05%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7063AD (or 0x7063AD) is known color: Blue Marguerite. HEX triplet: 70, 63 and AD. RGB value is (112,99,173). Sum of RGB (Red+Green+Blue) = 112+99+173=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #7063AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7063AD is #8F9C52. Grayscale: #6F6F6F. Windows color (decimal): -9411667 or 11363184. OLE color: 11363184.

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

Color convert

RGB 112 99 173 -
CMYK 0.35 0.43 0 0.32
HSL 250.54º 0.31% 0.53% -
HSV(B) 250.54º 0.43% 0.68% -
XYZ 18.69 15.39 41.52 -
YUV 111.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 112 99 173 0.35 0.43 0 0.32 250.54 0.31 0.53
Hex 70 63 AD 23 2B 0 20 FB 1F 35
Octal 160 143 255 43 53 0 40 373 37 65
Binary 1110000 1100011 10101101 100011 101011 0 100000 11111011 11111 110101

Color Harmonies of #7063AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7063AD

Black with #7063AD

Text Example


Text Example

White with #7063AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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