Html Css Color HEX #7256AA Blue Marguerite

📋 copy color: '#7256AA'

red 114 ◦ green 86 ◦ blue 170

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

Shades of Blue Marguerite #7256AA

Tints of Blue Marguerite #7256AA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.24%

 BLUE value IS 170 (66.8% from 255) = 45.95%

R = 30.81%
G = 23.24%
B = 45.95%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7256AA (or 0x7256AA) is known color: Blue Marguerite. HEX triplet: 72, 56 and AA. RGB value is (114,86,170). Sum of RGB (Red+Green+Blue) = 114+86+170=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #7256AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7256AA is #8DA955. Grayscale: #676767. Windows color (decimal): -9283926 or 11163250. OLE color: 11163250.

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

Color convert

RGB 114 86 170 -
CMYK 0.33 0.49 0 0.33
HSL 260º 0.33% 0.5% -
HSV(B) 260º 0.49% 0.67% -
XYZ 17.52 13.14 39.64 -
YUV 103.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 114 86 170 0.33 0.49 0 0.33 260 0.33 0.5
Hex 72 56 AA 21 31 0 21 104 21 32
Octal 162 126 252 41 61 0 41 404 41 62
Binary 1110010 1010110 10101010 100001 110001 0 100001 100000100 100001 110010

Color Harmonies of #7256AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7256AA

Black with #7256AA

Text Example


Text Example

White with #7256AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7256AA; }

 p { color: rgb(114,86,170); }

 H1.HeaderClassName
 {
   color: #7256AA;
 }
 .AnyTagClassName
 {
   color: #7256AA;
 }
</style>

background-color css

<style>
 a { background-color: #7256AA; }

 a { background-color: rgb(114,86,170); }

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

border-color css

<style>
 span { border-color: #7256AA; }

 span { border-color: rgb(114,86,170); }

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