Html Css Color HEX #715999 Butterfly Bush

📋 copy color: '#715999'

red 113 ◦ green 89 ◦ blue 153

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

Shades of Butterfly Bush #715999

Tints of Butterfly Bush #715999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.1%

R = 31.83%
G = 25.07%
B = 43.1%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#715999 (or 0x715999) is known color: Butterfly Bush. HEX triplet: 71, 59 and 99. RGB value is (113,89,153). Sum of RGB (Red+Green+Blue) = 113+89+153=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #715999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715999 is #8EA666. Grayscale: #676767. Windows color (decimal): -9348711 or 10049905. OLE color: 10049905.

HSL color Cylindrical-coordinate representation of color #715999: hue angle of 262.5º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #715999 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 89 153 -
CMYK 0.26 0.42 0 0.4
HSL 262.5º 0.26% 0.47% -
HSV(B) 262.5º 0.42% 0.6% -
XYZ 16.13 12.96 31.79 -
YUV 103.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 113 89 153 0.26 0.42 0 0.4 262.5 0.26 0.47
Hex 71 59 99 1A 2A 0 28 106 1A 2F
Octal 161 131 231 32 52 0 50 406 32 57
Binary 1110001 1011001 10011001 11010 101010 0 101000 100000110 11010 101111

Color Harmonies of #715999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715999

Black with #715999

Text Example


Text Example

White with #715999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715999; }

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

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

background-color css

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

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

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

border-color css

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

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

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