Html Css Color HEX #725AAA Blue Marguerite

📋 copy color: '#725AAA'

red 114 ◦ green 90 ◦ blue 170

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

Shades of Blue Marguerite #725AAA

Tints of Blue Marguerite #725AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.06%

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

R = 30.48%
G = 24.06%
B = 45.45%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#725AAA (or 0x725AAA) is known color: Blue Marguerite. HEX triplet: 72, 5A and AA. RGB value is (114,90,170). Sum of RGB (Red+Green+Blue) = 114+90+170=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #725AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725AAA is #8DA555. Grayscale: #696969. Windows color (decimal): -9282902 or 11164274. OLE color: 11164274.

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

Color convert

RGB 114 90 170 -
CMYK 0.33 0.47 0 0.33
HSL 258º 0.32% 0.51% -
HSV(B) 258º 0.47% 0.67% -
XYZ 17.85 13.79 39.75 -
YUV 106.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 114 90 170 0.33 0.47 0 0.33 258 0.32 0.51
Hex 72 5A AA 21 2F 0 21 102 20 33
Octal 162 132 252 41 57 0 41 402 40 63
Binary 1110010 1011010 10101010 100001 101111 0 100001 100000010 100000 110011

Color Harmonies of #725AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725AAA

Black with #725AAA

Text Example


Text Example

White with #725AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725AAA; }

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

 H1.HeaderClassName
 {
   color: #725AAA;
 }
 .AnyTagClassName
 {
   color: #725AAA;
 }
</style>

background-color css

<style>
 a { background-color: #725AAA; }

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

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

border-color css

<style>
 span { border-color: #725AAA; }

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

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