Html Css Color HEX #7259AB Blue Marguerite

📋 copy color: '#7259AB'

red 114 ◦ green 89 ◦ blue 171

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

Shades of Blue Marguerite #7259AB

Tints of Blue Marguerite #7259AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 30.48%
G = 23.8%
B = 45.72%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7259AB (or 0x7259AB) is known color: Blue Marguerite. HEX triplet: 72, 59 and AB. RGB value is (114,89,171). Sum of RGB (Red+Green+Blue) = 114+89+171=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #7259AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7259AB is #8DA654. Grayscale: #696969. Windows color (decimal): -9283157 or 11229554. OLE color: 11229554.

HSL color Cylindrical-coordinate representation of color #7259AB: hue angle of 258.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7259AB is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 89 171 -
CMYK 0.33 0.48 0 0.33
HSL 258.29º 0.33% 0.51% -
HSV(B) 258.29º 0.48% 0.67% -
XYZ 17.86 13.66 40.22 -
YUV 105.82 164.78 133.83 -
System Red Green Blue C M Y K H S L
Decimal 114 89 171 0.33 0.48 0 0.33 258.29 0.33 0.51
Hex 72 59 AB 21 30 0 21 102 21 33
Octal 162 131 253 41 60 0 41 402 41 63
Binary 1110010 1011001 10101011 100001 110000 0 100001 100000010 100001 110011

Color Harmonies of #7259AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259AB

Black with #7259AB

Text Example


Text Example

White with #7259AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7259AB; }

 p { color: rgb(114,89,171); }

 H1.HeaderClassName
 {
   color: #7259AB;
 }
 .AnyTagClassName
 {
   color: #7259AB;
 }
</style>

background-color css

<style>
 a { background-color: #7259AB; }

 a { background-color: rgb(114,89,171); }

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

border-color css

<style>
 span { border-color: #7259AB; }

 span { border-color: rgb(114,89,171); }

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