Html Css Color HEX #715D85 Butterfly Bush

📋 copy color: '#715D85'

red 113 ◦ green 93 ◦ blue 133

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

Shades of Butterfly Bush #715D85

Tints of Butterfly Bush #715D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.23%

R = 33.33%
G = 27.43%
B = 39.23%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#715D85 (or 0x715D85) is known color: Butterfly Bush. HEX triplet: 71, 5D and 85. RGB value is (113,93,133). Sum of RGB (Red+Green+Blue) = 113+93+133=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #715D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715D85 is #8EA27A. Grayscale: #676767. Windows color (decimal): -9347707 or 8740209. OLE color: 8740209.

HSL color Cylindrical-coordinate representation of color #715D85: hue angle of 270º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #715D85 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 93 133 -
CMYK 0.15 0.30 0 0.48
HSL 270º 0.18% 0.44% -
HSV(B) 270º 0.3% 0.52% -
XYZ 14.96 13.03 23.92 -
YUV 103.54 144.63 134.75 -
System Red Green Blue C M Y K H S L
Decimal 113 93 133 0.15 0.30 0 0.48 270 0.18 0.44
Hex 71 5D 85 F 1E 0 30 10E 12 2C
Octal 161 135 205 17 36 0 60 416 22 54
Binary 1110001 1011101 10000101 1111 11110 0 110000 100001110 10010 101100

Color Harmonies of #715D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D85

Black with #715D85

Text Example


Text Example

White with #715D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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