Html Css Color HEX #715491 Butterfly Bush

📋 copy color: '#715491'

red 113 ◦ green 84 ◦ blue 145

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

Shades of Butterfly Bush #715491

Tints of Butterfly Bush #715491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.56%

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 33.04%
G = 24.56%
B = 42.4%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#715491 (or 0x715491) is known color: Butterfly Bush. HEX triplet: 71, 54 and 91. RGB value is (113,84,145). Sum of RGB (Red+Green+Blue) = 113+84+145=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #715491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715491 is #8EAB6E. Grayscale: #636363. Windows color (decimal): -9349999 or 9524337. OLE color: 9524337.

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

Color convert

RGB 113 84 145 -
CMYK 0.22 0.42 0 0.43
HSL 268.52º 0.27% 0.45% -
HSV(B) 268.52º 0.42% 0.57% -
XYZ 15.09 11.9 28.29 -
YUV 99.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 113 84 145 0.22 0.42 0 0.43 268.52 0.27 0.45
Hex 71 54 91 16 2A 0 2B 10D 1B 2D
Octal 161 124 221 26 52 0 53 415 33 55
Binary 1110001 1010100 10010001 10110 101010 0 101011 100001101 11011 101101

Color Harmonies of #715491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715491

Black with #715491

Text Example


Text Example

White with #715491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715491; }

 p { color: rgb(113,84,145); }

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

background-color css

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

 a { background-color: rgb(113,84,145); }

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

border-color css

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

 span { border-color: rgb(113,84,145); }

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