Html Css Color HEX #7162B7 Blue Marguerite

📋 copy color: '#7162B7'

red 113 ◦ green 98 ◦ blue 183

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

Shades of Blue Marguerite #7162B7

Tints of Blue Marguerite #7162B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.45%

R = 28.68%
G = 24.87%
B = 46.45%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7162B7 (or 0x7162B7) is known color: Blue Marguerite. HEX triplet: 71, 62 and B7. RGB value is (113,98,183). Sum of RGB (Red+Green+Blue) = 113+98+183=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 183 (71.88% from 255 or 46.45% from 394); Max value from RGB is 183 - color contains mainly: blue. Hex color #7162B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7162B7 is #8E9D48. Grayscale: #6F6F6F. Windows color (decimal): -9346377 or 12018289. OLE color: 12018289.

HSL color Cylindrical-coordinate representation of color #7162B7: hue angle of 250.59º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7162B7 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 98 183 -
CMYK 0.38 0.46 0 0.28
HSL 250.59º 0.37% 0.55% -
HSV(B) 250.59º 0.46% 0.72% -
XYZ 19.72 15.66 46.78 -
YUV 112.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 113 98 183 0.38 0.46 0 0.28 250.59 0.37 0.55
Hex 71 62 B7 26 2E 0 1C FB 25 37
Octal 161 142 267 46 56 0 34 373 45 67
Binary 1110001 1100010 10110111 100110 101110 0 11100 11111011 100101 110111

Color Harmonies of #7162B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7162B7

Black with #7162B7

Text Example


Text Example

White with #7162B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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