Html Css Color HEX #7163AE Blue Marguerite

📋 copy color: '#7163AE'

red 113 ◦ green 99 ◦ blue 174

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

Shades of Blue Marguerite #7163AE

Tints of Blue Marguerite #7163AE

RGB

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

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

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

R = 29.27%
G = 25.65%
B = 45.08%

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

#7163AE (or 0x7163AE) is known color: Blue Marguerite. HEX triplet: 71, 63 and AE. RGB value is (113,99,174). Sum of RGB (Red+Green+Blue) = 113+99+174=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #7163AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7163AE is #8E9C51. Grayscale: #6F6F6F. Windows color (decimal): -9346130 or 11428721. OLE color: 11428721.

HSL color Cylindrical-coordinate representation of color #7163AE: hue angle of 251.2º 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 #7163AE is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 99 174 -
CMYK 0.35 0.43 0 0.32
HSL 251.2º 0.32% 0.54% -
HSV(B) 251.2º 0.43% 0.68% -
XYZ 18.91 15.49 42.04 -
YUV 111.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 113 99 174 0.35 0.43 0 0.32 251.2 0.32 0.54
Hex 71 63 AE 23 2B 0 20 FB 20 36
Octal 161 143 256 43 53 0 40 373 40 66
Binary 1110001 1100011 10101110 100011 101011 0 100000 11111011 100000 110110

Color Harmonies of #7163AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7163AE

Black with #7163AE

Text Example


Text Example

White with #7163AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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