Html Css Color HEX #715594 Butterfly Bush

📋 copy color: '#715594'

red 113 ◦ green 85 ◦ blue 148

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

Shades of Butterfly Bush #715594

Tints of Butterfly Bush #715594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.57%

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

R = 32.66%
G = 24.57%
B = 42.77%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#715594 (or 0x715594) is known color: Butterfly Bush. HEX triplet: 71, 55 and 94. RGB value is (113,85,148). Sum of RGB (Red+Green+Blue) = 113+85+148=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #715594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715594 is #8EAA6B. Grayscale: #646464. Windows color (decimal): -9349740 or 9721201. OLE color: 9721201.

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

Color convert

RGB 113 85 148 -
CMYK 0.24 0.43 0 0.42
HSL 266.67º 0.27% 0.46% -
HSV(B) 266.67º 0.43% 0.58% -
XYZ 15.4 12.15 29.55 -
YUV 100.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 113 85 148 0.24 0.43 0 0.42 266.67 0.27 0.46
Hex 71 55 94 18 2B 0 2A 10B 1B 2E
Octal 161 125 224 30 53 0 52 413 33 56
Binary 1110001 1010101 10010100 11000 101011 0 101010 100001011 11011 101110

Color Harmonies of #715594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715594

Black with #715594

Text Example


Text Example

White with #715594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715594; }

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

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

background-color css

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

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

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

border-color css

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

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

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