Html Css Color HEX #7162B3 Blue Marguerite

📋 copy color: '#7162B3'

red 113 ◦ green 98 ◦ blue 179

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

Shades of Blue Marguerite #7162B3

Tints of Blue Marguerite #7162B3

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.13%

 BLUE value IS 179 (70.31% from 255) = 45.9%

R = 28.97%
G = 25.13%
B = 45.9%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7162B3 (or 0x7162B3) is known color: Blue Marguerite. HEX triplet: 71, 62 and B3. RGB value is (113,98,179). Sum of RGB (Red+Green+Blue) = 113+98+179=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #7162B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7162B3 is #8E9D4C. Grayscale: #6F6F6F. Windows color (decimal): -9346381 or 11756145. OLE color: 11756145.

HSL color Cylindrical-coordinate representation of color #7162B3: hue angle of 251.11º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7162B3 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 98 179 -
CMYK 0.37 0.45 0 0.30
HSL 251.11º 0.35% 0.54% -
HSV(B) 251.11º 0.45% 0.7% -
XYZ 19.31 15.5 44.62 -
YUV 111.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 113 98 179 0.37 0.45 0 0.30 251.11 0.35 0.54
Hex 71 62 B3 25 2D 0 1E FB 23 36
Octal 161 142 263 45 55 0 36 373 43 66
Binary 1110001 1100010 10110011 100101 101101 0 11110 11111011 100011 110110

Color Harmonies of #7162B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7162B3

Black with #7162B3

Text Example


Text Example

White with #7162B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7162B3; }

 p { color: rgb(113,98,179); }

 H1.HeaderClassName
 {
   color: #7162B3;
 }
 .AnyTagClassName
 {
   color: #7162B3;
 }
</style>

background-color css

<style>
 a { background-color: #7162B3; }

 a { background-color: rgb(113,98,179); }

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

border-color css

<style>
 span { border-color: #7162B3; }

 span { border-color: rgb(113,98,179); }

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