Html Css Color HEX #716095 Butterfly Bush

📋 copy color: '#716095'

red 113 ◦ green 96 ◦ blue 149

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

Shades of Butterfly Bush #716095

Tints of Butterfly Bush #716095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.82%

 BLUE value IS 149 (58.59% from 255) = 41.62%

R = 31.56%
G = 26.82%
B = 41.62%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#716095 (or 0x716095) is known color: Butterfly Bush. HEX triplet: 71, 60 and 95. RGB value is (113,96,149). Sum of RGB (Red+Green+Blue) = 113+96+149=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #716095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716095 is #8E9F6A. Grayscale: #6A6A6A. Windows color (decimal): -9346923 or 9789553. OLE color: 9789553.

HSL color Cylindrical-coordinate representation of color #716095: hue angle of 259.25º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #716095 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 96 149 -
CMYK 0.24 0.36 0 0.42
HSL 259.25º 0.22% 0.48% -
HSV(B) 259.25º 0.36% 0.58% -
XYZ 16.42 14.05 30.28 -
YUV 107.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 113 96 149 0.24 0.36 0 0.42 259.25 0.22 0.48
Hex 71 60 95 18 24 0 2A 103 16 30
Octal 161 140 225 30 44 0 52 403 26 60
Binary 1110001 1100000 10010101 11000 100100 0 101010 100000011 10110 110000

Color Harmonies of #716095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716095

Black with #716095

Text Example


Text Example

White with #716095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716095; }

 p { color: rgb(113,96,149); }

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

background-color css

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

 a { background-color: rgb(113,96,149); }

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

border-color css

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

 span { border-color: rgb(113,96,149); }

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