Html Css Color HEX #715DAC Blue Marguerite

📋 copy color: '#715DAC'

red 113 ◦ green 93 ◦ blue 172

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

Shades of Blue Marguerite #715DAC

Tints of Blue Marguerite #715DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.6%

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

R = 29.89%
G = 24.6%
B = 45.5%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#715DAC (or 0x715DAC) is known color: Blue Marguerite. HEX triplet: 71, 5D and AC. RGB value is (113,93,172). Sum of RGB (Red+Green+Blue) = 113+93+172=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #715DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715DAC is #8EA253. Grayscale: #6B6B6B. Windows color (decimal): -9347668 or 11296113. OLE color: 11296113.

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

Color convert

RGB 113 93 172 -
CMYK 0.34 0.46 0 0.33
HSL 255.19º 0.32% 0.52% -
HSV(B) 255.19º 0.46% 0.67% -
XYZ 18.17 14.32 40.84 -
YUV 107.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 113 93 172 0.34 0.46 0 0.33 255.19 0.32 0.52
Hex 71 5D AC 22 2E 0 21 FF 20 34
Octal 161 135 254 42 56 0 41 377 40 64
Binary 1110001 1011101 10101100 100010 101110 0 100001 11111111 100000 110100

Color Harmonies of #715DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715DAC

Black with #715DAC

Text Example


Text Example

White with #715DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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