Html Css Color HEX #715AAF Blue Marguerite

📋 copy color: '#715AAF'

red 113 ◦ green 90 ◦ blue 175

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

Shades of Blue Marguerite #715AAF

Tints of Blue Marguerite #715AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 29.89%
G = 23.81%
B = 46.3%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#715AAF (or 0x715AAF) is known color: Blue Marguerite. HEX triplet: 71, 5A and AF. RGB value is (113,90,175). Sum of RGB (Red+Green+Blue) = 113+90+175=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #715AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715AAF is #8EA550. Grayscale: #6A6A6A. Windows color (decimal): -9348433 or 11491953. OLE color: 11491953.

HSL color Cylindrical-coordinate representation of color #715AAF: hue angle of 256.24º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #715AAF is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 90 175 -
CMYK 0.35 0.49 0 0.31
HSL 256.24º 0.35% 0.52% -
HSV(B) 256.24º 0.49% 0.69% -
XYZ 18.2 13.92 42.28 -
YUV 106.57 166.62 132.59 -
System Red Green Blue C M Y K H S L
Decimal 113 90 175 0.35 0.49 0 0.31 256.24 0.35 0.52
Hex 71 5A AF 23 31 0 1F 100 23 34
Octal 161 132 257 43 61 0 37 400 43 64
Binary 1110001 1011010 10101111 100011 110001 0 11111 100000000 100011 110100

Color Harmonies of #715AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715AAF

Black with #715AAF

Text Example


Text Example

White with #715AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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