Html Css Color HEX #715899 Butterfly Bush

📋 copy color: '#715899'

red 113 ◦ green 88 ◦ blue 153

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

Shades of Butterfly Bush #715899

Tints of Butterfly Bush #715899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.86%

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

R = 31.92%
G = 24.86%
B = 43.22%

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

#715899 (or 0x715899) is known color: Butterfly Bush. HEX triplet: 71, 58 and 99. RGB value is (113,88,153). Sum of RGB (Red+Green+Blue) = 113+88+153=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #715899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715899 is #8EA766. Grayscale: #666666. Windows color (decimal): -9348967 or 10049649. OLE color: 10049649.

HSL color Cylindrical-coordinate representation of color #715899: hue angle of 263.08º degrees, saturation: 0.27, 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 #715899 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 88 153 -
CMYK 0.26 0.42 0 0.4
HSL 263.08º 0.27% 0.47% -
HSV(B) 263.08º 0.42% 0.6% -
XYZ 16.05 12.79 31.76 -
YUV 102.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 113 88 153 0.26 0.42 0 0.4 263.08 0.27 0.47
Hex 71 58 99 1A 2A 0 28 107 1B 2F
Octal 161 130 231 32 52 0 50 407 33 57
Binary 1110001 1011000 10011001 11010 101010 0 101000 100000111 11011 101111

Color Harmonies of #715899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715899

Black with #715899

Text Example


Text Example

White with #715899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715899; }

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

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

background-color css

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

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

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

border-color css

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

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

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