Html Css Color HEX #715CAD Blue Marguerite

📋 copy color: '#715CAD'

red 113 ◦ green 92 ◦ blue 173

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

Shades of Blue Marguerite #715CAD

Tints of Blue Marguerite #715CAD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.34%

 BLUE value IS 173 (67.97% from 255) = 45.77%

R = 29.89%
G = 24.34%
B = 45.77%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#715CAD (or 0x715CAD) is known color: Blue Marguerite. HEX triplet: 71, 5C and AD. RGB value is (113,92,173). Sum of RGB (Red+Green+Blue) = 113+92+173=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #715CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715CAD is #8EA352. Grayscale: #6B6B6B. Windows color (decimal): -9347923 or 11361393. OLE color: 11361393.

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

Color convert

RGB 113 92 173 -
CMYK 0.35 0.47 0 0.32
HSL 255.56º 0.33% 0.52% -
HSV(B) 255.56º 0.47% 0.68% -
XYZ 18.18 14.18 41.31 -
YUV 107.51 164.96 131.91 -
System Red Green Blue C M Y K H S L
Decimal 113 92 173 0.35 0.47 0 0.32 255.56 0.33 0.52
Hex 71 5C AD 23 2F 0 20 100 21 34
Octal 161 134 255 43 57 0 40 400 41 64
Binary 1110001 1011100 10101101 100011 101111 0 100000 100000000 100001 110100

Color Harmonies of #715CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715CAD

Black with #715CAD

Text Example


Text Example

White with #715CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,92,173); }

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

background-color css

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

 a { background-color: rgb(113,92,173); }

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

border-color css

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

 span { border-color: rgb(113,92,173); }

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