Html Css Color HEX #7151BE Blue Marguerite

📋 copy color: '#7151BE'

red 113 ◦ green 81 ◦ blue 190

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

Shades of Blue Marguerite #7151BE

Tints of Blue Marguerite #7151BE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.09%

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 29.43%
G = 21.09%
B = 49.48%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7151BE (or 0x7151BE) is known color: Blue Marguerite. HEX triplet: 71, 51 and BE. RGB value is (113,81,190). Sum of RGB (Red+Green+Blue) = 113+81+190=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #7151BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7151BE is #8EAE41. Grayscale: #666666. Windows color (decimal): -9350722 or 12472689. OLE color: 12472689.

HSL color Cylindrical-coordinate representation of color #7151BE: hue angle of 257.61º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7151BE is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 81 190 -
CMYK 0.41 0.57 0 0.25
HSL 257.61º 0.46% 0.53% -
HSV(B) 257.61º 0.57% 0.75% -
XYZ 19.05 13.11 50.24 -
YUV 102.99 177.1 135.14 -
System Red Green Blue C M Y K H S L
Decimal 113 81 190 0.41 0.57 0 0.25 257.61 0.46 0.53
Hex 71 51 BE 29 39 0 19 102 2E 35
Octal 161 121 276 51 71 0 31 402 56 65
Binary 1110001 1010001 10111110 101001 111001 0 11001 100000010 101110 110101

Color Harmonies of #7151BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7151BE

Black with #7151BE

Text Example


Text Example

White with #7151BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7151BE; }

 p { color: rgb(113,81,190); }

 H1.HeaderClassName
 {
   color: #7151BE;
 }
 .AnyTagClassName
 {
   color: #7151BE;
 }
</style>

background-color css

<style>
 a { background-color: #7151BE; }

 a { background-color: rgb(113,81,190); }

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

border-color css

<style>
 span { border-color: #7151BE; }

 span { border-color: rgb(113,81,190); }

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