Html Css Color HEX #7159B8 Blue Marguerite

📋 copy color: '#7159B8'

red 113 ◦ green 89 ◦ blue 184

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

Shades of Blue Marguerite #7159B8

Tints of Blue Marguerite #7159B8

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.06%

 BLUE value IS 184 (72.27% from 255) = 47.67%

R = 29.27%
G = 23.06%
B = 47.67%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7159B8 (or 0x7159B8) is known color: Blue Marguerite. HEX triplet: 71, 59 and B8. RGB value is (113,89,184). Sum of RGB (Red+Green+Blue) = 113+89+184=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 184 - color contains mainly: blue. Hex color #7159B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7159B8 is #8EA647. Grayscale: #6A6A6A. Windows color (decimal): -9348680 or 12081521. OLE color: 12081521.

HSL color Cylindrical-coordinate representation of color #7159B8: hue angle of 255.16º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7159B8 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 89 184 -
CMYK 0.39 0.52 0 0.28
HSL 255.16º 0.4% 0.54% -
HSV(B) 255.16º 0.52% 0.72% -
XYZ 19.03 14.12 47.07 -
YUV 107.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 113 89 184 0.39 0.52 0 0.28 255.16 0.4 0.54
Hex 71 59 B8 27 34 0 1C FF 28 36
Octal 161 131 270 47 64 0 34 377 50 66
Binary 1110001 1011001 10111000 100111 110100 0 11100 11111111 101000 110110

Color Harmonies of #7159B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7159B8

Black with #7159B8

Text Example


Text Example

White with #7159B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7159B8; }

 p { color: rgb(113,89,184); }

 H1.HeaderClassName
 {
   color: #7159B8;
 }
 .AnyTagClassName
 {
   color: #7159B8;
 }
</style>

background-color css

<style>
 a { background-color: #7159B8; }

 a { background-color: rgb(113,89,184); }

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

border-color css

<style>
 span { border-color: #7159B8; }

 span { border-color: rgb(113,89,184); }

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