Html Css Color HEX #716090 Butterfly Bush

📋 copy color: '#716090'

red 113 ◦ green 96 ◦ blue 144

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

Shades of Butterfly Bush #716090

Tints of Butterfly Bush #716090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 32.01%
G = 27.2%
B = 40.79%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#716090 (or 0x716090) is known color: Butterfly Bush. HEX triplet: 71, 60 and 90. RGB value is (113,96,144). Sum of RGB (Red+Green+Blue) = 113+96+144=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #716090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716090 is #8E9F6F. Grayscale: #6A6A6A. Windows color (decimal): -9346928 or 9461873. OLE color: 9461873.

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

Color convert

RGB 113 96 144 -
CMYK 0.22 0.33 0 0.44
HSL 261.25º 0.2% 0.47% -
HSV(B) 261.25º 0.33% 0.56% -
XYZ 16.03 13.89 28.22 -
YUV 106.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 113 96 144 0.22 0.33 0 0.44 261.25 0.2 0.47
Hex 71 60 90 16 21 0 2C 105 14 2F
Octal 161 140 220 26 41 0 54 405 24 57
Binary 1110001 1100000 10010000 10110 100001 0 101100 100000101 10100 101111

Color Harmonies of #716090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716090

Black with #716090

Text Example


Text Example

White with #716090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716090; }

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

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

background-color css

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

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

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

border-color css

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

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

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