#716194

Color #716194 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #716194

Tints of Butterfly Bush #716194

Color information

#716194 (or 0x716194) is unknown color: approx Butterfly Bush. HEX triplet: 71, 61 and 94. RGB value is (113,97,148). Sum of RGB (Red+Green+Blue) = 113+97+148=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #716194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716194 is #8E9E6B. Grayscale: #6B6B6B. Windows color (decimal): -9346668 or 9724273. OLE color: 9724273.

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

Color convert

RGB11397148-
CMYK0.240.3400.42
HSL258.82º20.82%48.04%-
HSV(B)258.82º34.46%58.04%-
XYZ16.4314.229.89-
YUV107.6150.8131.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 148 (58.20% from 255) = 41.34%
R=31.56%
G=27.09%
B=41.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113971480.240.3400.42258.8220.8248.04
Hex716194182202A1031530
Octal16114122430420524032560
Binary111000111000011001010011000100010010101010000001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716194; }

 p { color: rgb(113,97,148); }

 H1.HeaderClassName
 {
   color: #716194;
 }
 .AnyTagClassName
 {
   color: #716194;
 }
</style>
background-color css

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

 a { background-color: rgb(113,97,148); }

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

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

 span { border-color: rgb(113,97,148); }

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