Html Css Color HEX #715994 Butterfly Bush

📋 copy color: '#715994'

red 113 ◦ green 89 ◦ blue 148

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

Shades of Butterfly Bush #715994

Tints of Butterfly Bush #715994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.43%

 BLUE value IS 148 (58.2% from 255) = 42.29%

R = 32.29%
G = 25.43%
B = 42.29%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#715994 (or 0x715994) is known color: Butterfly Bush. HEX triplet: 71, 59 and 94. RGB value is (113,89,148). Sum of RGB (Red+Green+Blue) = 113+89+148=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #715994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715994 is #8EA66B. Grayscale: #666666. Windows color (decimal): -9348716 or 9722225. OLE color: 9722225.

HSL color Cylindrical-coordinate representation of color #715994: hue angle of 264.41º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #715994 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 89 148 -
CMYK 0.24 0.40 0 0.42
HSL 264.41º 0.25% 0.46% -
HSV(B) 264.41º 0.4% 0.58% -
XYZ 15.73 12.79 29.66 -
YUV 102.9 153.45 135.2 -
System Red Green Blue C M Y K H S L
Decimal 113 89 148 0.24 0.40 0 0.42 264.41 0.25 0.46
Hex 71 59 94 18 28 0 2A 108 19 2E
Octal 161 131 224 30 50 0 52 410 31 56
Binary 1110001 1011001 10010100 11000 101000 0 101010 100001000 11001 101110

Color Harmonies of #715994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715994

Black with #715994

Text Example


Text Example

White with #715994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715994; }

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

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

background-color css

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

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

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

border-color css

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

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

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