Html Css Color HEX #7251BE Blue Marguerite

📋 copy color: '#7251BE'

red 114 ◦ green 81 ◦ blue 190

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

Shades of Blue Marguerite #7251BE

Tints of Blue Marguerite #7251BE

RGB

 RED value IS 114 (44.92% from 255) = 29.61%

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

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

R = 29.61%
G = 21.04%
B = 49.35%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7251BE (or 0x7251BE) is known color: Blue Marguerite. HEX triplet: 72, 51 and BE. RGB value is (114,81,190). Sum of RGB (Red+Green+Blue) = 114+81+190=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #7251BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7251BE is #8DAE41. Grayscale: #666666. Windows color (decimal): -9285186 or 12472690. OLE color: 12472690.

HSL color Cylindrical-coordinate representation of color #7251BE: hue angle of 258.17º 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 #7251BE is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 81 190 -
CMYK 0.40 0.57 0 0.25
HSL 258.17º 0.46% 0.53% -
HSV(B) 258.17º 0.57% 0.75% -
XYZ 19.18 13.18 50.25 -
YUV 103.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 114 81 190 0.40 0.57 0 0.25 258.17 0.46 0.53
Hex 72 51 BE 28 39 0 19 102 2E 35
Octal 162 121 276 50 71 0 31 402 56 65
Binary 1110010 1010001 10111110 101000 111001 0 11001 100000010 101110 110101

Color Harmonies of #7251BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7251BE

Black with #7251BE

Text Example


Text Example

White with #7251BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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