Html Css Color HEX #715AB2 Blue Marguerite

📋 copy color: '#715AB2'

red 113 ◦ green 90 ◦ blue 178

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

Shades of Blue Marguerite #715AB2

Tints of Blue Marguerite #715AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.72%

R = 29.66%
G = 23.62%
B = 46.72%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#715AB2 (or 0x715AB2) is known color: Blue Marguerite. HEX triplet: 71, 5A and B2. RGB value is (113,90,178). Sum of RGB (Red+Green+Blue) = 113+90+178=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 178 - color contains mainly: blue. Hex color #715AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715AB2 is #8EA54D. Grayscale: #6A6A6A. Windows color (decimal): -9348430 or 11688561. OLE color: 11688561.

HSL color Cylindrical-coordinate representation of color #715AB2: hue angle of 255.68º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #715AB2 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 90 178 -
CMYK 0.37 0.49 0 0.30
HSL 255.68º 0.36% 0.53% -
HSV(B) 255.68º 0.49% 0.7% -
XYZ 18.5 14.04 43.85 -
YUV 106.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 113 90 178 0.37 0.49 0 0.30 255.68 0.36 0.53
Hex 71 5A B2 25 31 0 1E 100 24 35
Octal 161 132 262 45 61 0 36 400 44 65
Binary 1110001 1011010 10110010 100101 110001 0 11110 100000000 100100 110101

Color Harmonies of #715AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715AB2

Black with #715AB2

Text Example


Text Example

White with #715AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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