Html Css Color HEX #715992 Butterfly Bush

📋 copy color: '#715992'

red 113 ◦ green 89 ◦ blue 146

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

Shades of Butterfly Bush #715992

Tints of Butterfly Bush #715992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.95%

R = 32.47%
G = 25.57%
B = 41.95%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#715992 (or 0x715992) is known color: Butterfly Bush. HEX triplet: 71, 59 and 92. RGB value is (113,89,146). Sum of RGB (Red+Green+Blue) = 113+89+146=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #715992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715992 is #8EA66D. Grayscale: #666666. Windows color (decimal): -9348718 or 9591153. OLE color: 9591153.

HSL color Cylindrical-coordinate representation of color #715992: hue angle of 265.26º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #715992 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 89 146 -
CMYK 0.23 0.39 0 0.43
HSL 265.26º 0.24% 0.46% -
HSV(B) 265.26º 0.39% 0.57% -
XYZ 15.57 12.73 28.83 -
YUV 102.67 152.45 135.37 -
System Red Green Blue C M Y K H S L
Decimal 113 89 146 0.23 0.39 0 0.43 265.26 0.24 0.46
Hex 71 59 92 17 27 0 2B 109 18 2E
Octal 161 131 222 27 47 0 53 411 30 56
Binary 1110001 1011001 10010010 10111 100111 0 101011 100001001 11000 101110

Color Harmonies of #715992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715992

Black with #715992

Text Example


Text Example

White with #715992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715992; }

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

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

background-color css

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

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

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

border-color css

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

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

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