Html Css Color HEX #716194 Butterfly Bush

📋 copy color: '#716194'

red 113 ◦ green 97 ◦ blue 148

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

Shades of Butterfly Bush #716194

Tints of Butterfly Bush #716194

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.2% from 255) = 41.34%

R = 31.56%
G = 27.09%
B = 41.34%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#716194 (or 0x716194) is known color: 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

RGB 113 97 148 -
CMYK 0.24 0.34 0 0.42
HSL 258.82º 0.21% 0.48% -
HSV(B) 258.82º 0.34% 0.58% -
XYZ 16.43 14.2 29.89 -
YUV 107.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 113 97 148 0.24 0.34 0 0.42 258.82 0.21 0.48
Hex 71 61 94 18 22 0 2A 103 15 30
Octal 161 141 224 30 42 0 52 403 25 60
Binary 1110001 1100001 10010100 11000 100010 0 101010 100000011 10101 110000

Color Harmonies of #716194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716194

Black with #716194

Text Example


Text Example

White with #716194

Text Example


Text Example

HTML Codes & Css Web 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>