Html Css Color HEX #715FAC Blue Marguerite

📋 copy color: '#715FAC'

red 113 ◦ green 95 ◦ blue 172

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

Shades of Blue Marguerite #715FAC

Tints of Blue Marguerite #715FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25%

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

R = 29.74%
G = 25%
B = 45.26%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#715FAC (or 0x715FAC) is known color: Blue Marguerite. HEX triplet: 71, 5F and AC. RGB value is (113,95,172). Sum of RGB (Red+Green+Blue) = 113+95+172=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #715FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715FAC is #8EA053. Grayscale: #6C6C6C. Windows color (decimal): -9347156 or 11296625. OLE color: 11296625.

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

Color convert

RGB 113 95 172 -
CMYK 0.34 0.45 0 0.33
HSL 254.03º 0.32% 0.52% -
HSV(B) 254.03º 0.45% 0.67% -
XYZ 18.35 14.67 40.89 -
YUV 109.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 113 95 172 0.34 0.45 0 0.33 254.03 0.32 0.52
Hex 71 5F AC 22 2D 0 21 FE 20 34
Octal 161 137 254 42 55 0 41 376 40 64
Binary 1110001 1011111 10101100 100010 101101 0 100001 11111110 100000 110100

Color Harmonies of #715FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715FAC

Black with #715FAC

Text Example


Text Example

White with #715FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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