Html Css Color HEX #715CAA Blue Marguerite

📋 copy color: '#715CAA'

red 113 ◦ green 92 ◦ blue 170

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

Shades of Blue Marguerite #715CAA

Tints of Blue Marguerite #715CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.53%

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

R = 30.13%
G = 24.53%
B = 45.33%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#715CAA (or 0x715CAA) is known color: Blue Marguerite. HEX triplet: 71, 5C and AA. RGB value is (113,92,170). Sum of RGB (Red+Green+Blue) = 113+92+170=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #715CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715CAA is #8EA355. Grayscale: #6A6A6A. Windows color (decimal): -9347926 or 11164785. OLE color: 11164785.

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

Color convert

RGB 113 92 170 -
CMYK 0.34 0.46 0 0.33
HSL 256.15º 0.31% 0.51% -
HSV(B) 256.15º 0.46% 0.67% -
XYZ 17.89 14.07 39.8 -
YUV 107.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 113 92 170 0.34 0.46 0 0.33 256.15 0.31 0.51
Hex 71 5C AA 22 2E 0 21 100 1F 33
Octal 161 134 252 42 56 0 41 400 37 63
Binary 1110001 1011100 10101010 100010 101110 0 100001 100000000 11111 110011

Color Harmonies of #715CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715CAA

Black with #715CAA

Text Example


Text Example

White with #715CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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