Html Css Color HEX #7251B5 Blue Marguerite

📋 copy color: '#7251B5'

red 114 ◦ green 81 ◦ blue 181

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

Shades of Blue Marguerite #7251B5

Tints of Blue Marguerite #7251B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.14%

R = 30.32%
G = 21.54%
B = 48.14%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7251B5 (or 0x7251B5) is known color: Blue Marguerite. HEX triplet: 72, 51 and B5. RGB value is (114,81,181). Sum of RGB (Red+Green+Blue) = 114+81+181=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #7251B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7251B5 is #8DAE4A. Grayscale: #656565. Windows color (decimal): -9285195 or 11882866. OLE color: 11882866.

HSL color Cylindrical-coordinate representation of color #7251B5: hue angle of 259.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7251B5 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 81 181 -
CMYK 0.37 0.55 0 0.29
HSL 259.8º 0.4% 0.51% -
HSV(B) 259.8º 0.55% 0.71% -
XYZ 18.22 12.8 45.23 -
YUV 102.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 114 81 181 0.37 0.55 0 0.29 259.8 0.4 0.51
Hex 72 51 B5 25 37 0 1D 104 28 33
Octal 162 121 265 45 67 0 35 404 50 63
Binary 1110010 1010001 10110101 100101 110111 0 11101 100000100 101000 110011

Color Harmonies of #7251B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7251B5

Black with #7251B5

Text Example


Text Example

White with #7251B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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