Html Css Color HEX #7259AF Blue Marguerite

📋 copy color: '#7259AF'

red 114 ◦ green 89 ◦ blue 175

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

Shades of Blue Marguerite #7259AF

Tints of Blue Marguerite #7259AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 30.16%
G = 23.54%
B = 46.3%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7259AF (or 0x7259AF) is known color: Blue Marguerite. HEX triplet: 72, 59 and AF. RGB value is (114,89,175). Sum of RGB (Red+Green+Blue) = 114+89+175=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #7259AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7259AF is #8DA650. Grayscale: #696969. Windows color (decimal): -9283153 or 11491698. OLE color: 11491698.

HSL color Cylindrical-coordinate representation of color #7259AF: hue angle of 257.44º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7259AF is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 89 175 -
CMYK 0.35 0.49 0 0.31
HSL 257.44º 0.35% 0.52% -
HSV(B) 257.44º 0.49% 0.69% -
XYZ 18.25 13.82 42.26 -
YUV 106.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 114 89 175 0.35 0.49 0 0.31 257.44 0.35 0.52
Hex 72 59 AF 23 31 0 1F 101 23 34
Octal 162 131 257 43 61 0 37 401 43 64
Binary 1110010 1011001 10101111 100011 110001 0 11111 100000001 100011 110100

Color Harmonies of #7259AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259AF

Black with #7259AF

Text Example


Text Example

White with #7259AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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