Html Css Color HEX #715AAC Blue Marguerite

📋 copy color: '#715AAC'

red 113 ◦ green 90 ◦ blue 172

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

Shades of Blue Marguerite #715AAC

Tints of Blue Marguerite #715AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 30.13%
G = 24%
B = 45.87%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#715AAC (or 0x715AAC) is known color: Blue Marguerite. HEX triplet: 71, 5A and AC. RGB value is (113,90,172). Sum of RGB (Red+Green+Blue) = 113+90+172=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #715AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715AAC is #8EA553. Grayscale: #696969. Windows color (decimal): -9348436 or 11295345. OLE color: 11295345.

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

Color convert

RGB 113 90 172 -
CMYK 0.34 0.48 0 0.33
HSL 256.83º 0.33% 0.51% -
HSV(B) 256.83º 0.48% 0.67% -
XYZ 17.91 13.8 40.75 -
YUV 106.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 113 90 172 0.34 0.48 0 0.33 256.83 0.33 0.51
Hex 71 5A AC 22 30 0 21 101 21 33
Octal 161 132 254 42 60 0 41 401 41 63
Binary 1110001 1011010 10101100 100010 110000 0 100001 100000001 100001 110011

Color Harmonies of #715AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715AAC

Black with #715AAC

Text Example


Text Example

White with #715AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,90,172); }

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

background-color css

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

 a { background-color: rgb(113,90,172); }

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

border-color css

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

 span { border-color: rgb(113,90,172); }

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