Html Css Color HEX #715D97 Butterfly Bush

📋 copy color: '#715D97'

red 113 ◦ green 93 ◦ blue 151

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

Shades of Butterfly Bush #715D97

Tints of Butterfly Bush #715D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.3%

R = 31.65%
G = 26.05%
B = 42.3%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#715D97 (or 0x715D97) is known color: Butterfly Bush. HEX triplet: 71, 5D and 97. RGB value is (113,93,151). Sum of RGB (Red+Green+Blue) = 113+93+151=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 151 - color contains mainly: blue. Hex color #715D97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715D97 is #8EA268. Grayscale: #696969. Windows color (decimal): -9347689 or 9919857. OLE color: 9919857.

HSL color Cylindrical-coordinate representation of color #715D97: hue angle of 260.69º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #715D97 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 93 151 -
CMYK 0.25 0.38 0 0.41
HSL 260.69º 0.24% 0.48% -
HSV(B) 260.69º 0.38% 0.59% -
XYZ 16.31 13.57 31.04 -
YUV 105.59 153.63 133.28 -
System Red Green Blue C M Y K H S L
Decimal 113 93 151 0.25 0.38 0 0.41 260.69 0.24 0.48
Hex 71 5D 97 19 26 0 29 105 18 30
Octal 161 135 227 31 46 0 51 405 30 60
Binary 1110001 1011101 10010111 11001 100110 0 101001 100000101 11000 110000

Color Harmonies of #715D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D97

Black with #715D97

Text Example


Text Example

White with #715D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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