Html Css Color HEX #7158B3 Blue Marguerite

📋 copy color: '#7158B3'

red 113 ◦ green 88 ◦ blue 179

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

Shades of Blue Marguerite #7158B3

Tints of Blue Marguerite #7158B3

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.16%

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

R = 29.74%
G = 23.16%
B = 47.11%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7158B3 (or 0x7158B3) is known color: Blue Marguerite. HEX triplet: 71, 58 and B3. RGB value is (113,88,179). Sum of RGB (Red+Green+Blue) = 113+88+179=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 179 - color contains mainly: blue. Hex color #7158B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7158B3 is #8EA74C. Grayscale: #696969. Windows color (decimal): -9348941 or 11753585. OLE color: 11753585.

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

Color convert

RGB 113 88 179 -
CMYK 0.37 0.51 0 0.30
HSL 256.48º 0.37% 0.52% -
HSV(B) 256.48º 0.51% 0.7% -
XYZ 18.44 13.74 44.33 -
YUV 105.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 113 88 179 0.37 0.51 0 0.30 256.48 0.37 0.52
Hex 71 58 B3 25 33 0 1E 100 25 34
Octal 161 130 263 45 63 0 36 400 45 64
Binary 1110001 1011000 10110011 100101 110011 0 11110 100000000 100101 110100

Color Harmonies of #7158B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7158B3

Black with #7158B3

Text Example


Text Example

White with #7158B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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