Html Css Color HEX #7164AD Blue Marguerite

📋 copy color: '#7164AD'

red 113 ◦ green 100 ◦ blue 173

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

Shades of Blue Marguerite #7164AD

Tints of Blue Marguerite #7164AD

RGB

 RED value IS 113 (44.53% from 255) = 29.27%

 GREEN value IS 100 (39.45% from 255) = 25.91%

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

R = 29.27%
G = 25.91%
B = 44.82%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7164AD (or 0x7164AD) is known color: Blue Marguerite. HEX triplet: 71, 64 and AD. RGB value is (113,100,173). Sum of RGB (Red+Green+Blue) = 113+100+173=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #7164AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7164AD is #8E9B52. Grayscale: #6F6F6F. Windows color (decimal): -9345875 or 11363441. OLE color: 11363441.

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

Color convert

RGB 113 100 173 -
CMYK 0.35 0.42 0 0.32
HSL 250.68º 0.31% 0.54% -
HSV(B) 250.68º 0.42% 0.68% -
XYZ 18.91 15.64 41.56 -
YUV 112.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 113 100 173 0.35 0.42 0 0.32 250.68 0.31 0.54
Hex 71 64 AD 23 2A 0 20 FB 1F 36
Octal 161 144 255 43 52 0 40 373 37 66
Binary 1110001 1100100 10101101 100011 101010 0 100000 11111011 11111 110110

Color Harmonies of #7164AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7164AD

Black with #7164AD

Text Example


Text Example

White with #7164AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,100,173); }

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

background-color css

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

 a { background-color: rgb(113,100,173); }

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

border-color css

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

 span { border-color: rgb(113,100,173); }

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