Html Css Color HEX #716091 Butterfly Bush

📋 copy color: '#716091'

red 113 ◦ green 96 ◦ blue 145

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

Shades of Butterfly Bush #716091

Tints of Butterfly Bush #716091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.96%

R = 31.92%
G = 27.12%
B = 40.96%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#716091 (or 0x716091) is known color: Butterfly Bush. HEX triplet: 71, 60 and 91. RGB value is (113,96,145). Sum of RGB (Red+Green+Blue) = 113+96+145=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #716091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716091 is #8E9F6E. Grayscale: #6A6A6A. Windows color (decimal): -9346927 or 9527409. OLE color: 9527409.

HSL color Cylindrical-coordinate representation of color #716091: hue angle of 260.82º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #716091 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 96 145 -
CMYK 0.22 0.34 0 0.43
HSL 260.82º 0.2% 0.47% -
HSV(B) 260.82º 0.34% 0.57% -
XYZ 16.1 13.92 28.63 -
YUV 106.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 113 96 145 0.22 0.34 0 0.43 260.82 0.2 0.47
Hex 71 60 91 16 22 0 2B 105 14 2F
Octal 161 140 221 26 42 0 53 405 24 57
Binary 1110001 1100000 10010001 10110 100010 0 101011 100000101 10100 101111

Color Harmonies of #716091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716091

Black with #716091

Text Example


Text Example

White with #716091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716091; }

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

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

background-color css

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

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

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

border-color css

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

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

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