Html Css Color HEX #715EAA Blue Marguerite

📋 copy color: '#715EAA'

red 113 ◦ green 94 ◦ blue 170

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

Shades of Blue Marguerite #715EAA

Tints of Blue Marguerite #715EAA

RGB

 RED value IS 113 (44.53% from 255) = 29.97%

 GREEN value IS 94 (37.11% from 255) = 24.93%

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

R = 29.97%
G = 24.93%
B = 45.09%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#715EAA (or 0x715EAA) is known color: Blue Marguerite. HEX triplet: 71, 5E and AA. RGB value is (113,94,170). Sum of RGB (Red+Green+Blue) = 113+94+170=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #715EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715EAA is #8EA155. Grayscale: #6C6C6C. Windows color (decimal): -9347414 or 11165297. OLE color: 11165297.

HSL color Cylindrical-coordinate representation of color #715EAA: hue angle of 255º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #715EAA is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 94 170 -
CMYK 0.34 0.45 0 0.33
HSL 255º 0.31% 0.52% -
HSV(B) 255º 0.45% 0.67% -
XYZ 18.07 14.42 39.86 -
YUV 108.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 113 94 170 0.34 0.45 0 0.33 255 0.31 0.52
Hex 71 5E AA 22 2D 0 21 FF 1F 34
Octal 161 136 252 42 55 0 41 377 37 64
Binary 1110001 1011110 10101010 100010 101101 0 100001 11111111 11111 110100

Color Harmonies of #715EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715EAA

Black with #715EAA

Text Example


Text Example

White with #715EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715EAA; }

 p { color: rgb(113,94,170); }

 H1.HeaderClassName
 {
   color: #715EAA;
 }
 .AnyTagClassName
 {
   color: #715EAA;
 }
</style>

background-color css

<style>
 a { background-color: #715EAA; }

 a { background-color: rgb(113,94,170); }

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

border-color css

<style>
 span { border-color: #715EAA; }

 span { border-color: rgb(113,94,170); }

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