Html Css Color HEX #7250B5 Blue Marguerite

📋 copy color: '#7250B5'

red 114 ◦ green 80 ◦ blue 181

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

Shades of Blue Marguerite #7250B5

Tints of Blue Marguerite #7250B5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.33%

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

R = 30.4%
G = 21.33%
B = 48.27%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7250B5 (or 0x7250B5) is known color: Blue Marguerite. HEX triplet: 72, 50 and B5. RGB value is (114,80,181). Sum of RGB (Red+Green+Blue) = 114+80+181=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #7250B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7250B5 is #8DAF4A. Grayscale: #656565. Windows color (decimal): -9285451 or 11882610. OLE color: 11882610.

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

Color convert

RGB 114 80 181 -
CMYK 0.37 0.56 0 0.29
HSL 260.2º 0.41% 0.51% -
HSV(B) 260.2º 0.56% 0.71% -
XYZ 18.15 12.65 45.2 -
YUV 101.68 172.76 136.79 -
System Red Green Blue C M Y K H S L
Decimal 114 80 181 0.37 0.56 0 0.29 260.2 0.41 0.51
Hex 72 50 B5 25 38 0 1D 104 29 33
Octal 162 120 265 45 70 0 35 404 51 63
Binary 1110010 1010000 10110101 100101 111000 0 11101 100000100 101001 110011

Color Harmonies of #7250B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7250B5

Black with #7250B5

Text Example


Text Example

White with #7250B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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