Html Css Color HEX #715BAB Blue Marguerite

📋 copy color: '#715BAB'

red 113 ◦ green 91 ◦ blue 171

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

Shades of Blue Marguerite #715BAB

Tints of Blue Marguerite #715BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.27%

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 30.13%
G = 24.27%
B = 45.6%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#715BAB (or 0x715BAB) is known color: Blue Marguerite. HEX triplet: 71, 5B and AB. RGB value is (113,91,171). Sum of RGB (Red+Green+Blue) = 113+91+171=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #715BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715BAB is #8EA454. Grayscale: #6A6A6A. Windows color (decimal): -9348181 or 11230065. OLE color: 11230065.

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

Color convert

RGB 113 91 171 -
CMYK 0.34 0.47 0 0.33
HSL 256.5º 0.32% 0.51% -
HSV(B) 256.5º 0.47% 0.67% -
XYZ 17.9 13.93 40.27 -
YUV 106.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 113 91 171 0.34 0.47 0 0.33 256.5 0.32 0.51
Hex 71 5B AB 22 2F 0 21 100 20 33
Octal 161 133 253 42 57 0 41 400 40 63
Binary 1110001 1011011 10101011 100010 101111 0 100001 100000000 100000 110011

Color Harmonies of #715BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715BAB

Black with #715BAB

Text Example


Text Example

White with #715BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,91,171); }

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

background-color css

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

 a { background-color: rgb(113,91,171); }

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

border-color css

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

 span { border-color: rgb(113,91,171); }

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