Html Css Color HEX #7159B9 Blue Marguerite

📋 copy color: '#7159B9'

red 113 ◦ green 89 ◦ blue 185

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

Shades of Blue Marguerite #7159B9

Tints of Blue Marguerite #7159B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.8%

R = 29.2%
G = 23%
B = 47.8%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7159B9 (or 0x7159B9) is known color: Blue Marguerite. HEX triplet: 71, 59 and B9. RGB value is (113,89,185). Sum of RGB (Red+Green+Blue) = 113+89+185=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 185 - color contains mainly: blue. Hex color #7159B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7159B9 is #8EA646. Grayscale: #6A6A6A. Windows color (decimal): -9348679 or 12147057. OLE color: 12147057.

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

Color convert

RGB 113 89 185 -
CMYK 0.39 0.52 0 0.27
HSL 255º 0.41% 0.54% -
HSV(B) 255º 0.52% 0.73% -
XYZ 19.14 14.16 47.62 -
YUV 107.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 113 89 185 0.39 0.52 0 0.27 255 0.41 0.54
Hex 71 59 B9 27 34 0 1B FF 29 36
Octal 161 131 271 47 64 0 33 377 51 66
Binary 1110001 1011001 10111001 100111 110100 0 11011 11111111 101001 110110

Color Harmonies of #7159B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7159B9

Black with #7159B9

Text Example


Text Example

White with #7159B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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