Html Css Color HEX #715D92 Butterfly Bush

📋 copy color: '#715D92'

red 113 ◦ green 93 ◦ blue 146

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

Shades of Butterfly Bush #715D92

Tints of Butterfly Bush #715D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.42%

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

R = 32.1%
G = 26.42%
B = 41.48%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#715D92 (or 0x715D92) is known color: Butterfly Bush. HEX triplet: 71, 5D and 92. RGB value is (113,93,146). Sum of RGB (Red+Green+Blue) = 113+93+146=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #715D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715D92 is #8EA26D. Grayscale: #686868. Windows color (decimal): -9347694 or 9592177. OLE color: 9592177.

HSL color Cylindrical-coordinate representation of color #715D92: hue angle of 262.64º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #715D92 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 93 146 -
CMYK 0.23 0.36 0 0.43
HSL 262.64º 0.22% 0.47% -
HSV(B) 262.64º 0.36% 0.57% -
XYZ 15.91 13.41 28.94 -
YUV 105.02 151.13 133.69 -
System Red Green Blue C M Y K H S L
Decimal 113 93 146 0.23 0.36 0 0.43 262.64 0.22 0.47
Hex 71 5D 92 17 24 0 2B 107 16 2F
Octal 161 135 222 27 44 0 53 407 26 57
Binary 1110001 1011101 10010010 10111 100100 0 101011 100000111 10110 101111

Color Harmonies of #715D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D92

Black with #715D92

Text Example


Text Example

White with #715D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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