Html Css Color HEX #715692 Butterfly Bush

📋 copy color: '#715692'

red 113 ◦ green 86 ◦ blue 146

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

Shades of Butterfly Bush #715692

Tints of Butterfly Bush #715692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.93%

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

R = 32.75%
G = 24.93%
B = 42.32%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#715692 (or 0x715692) is known color: Butterfly Bush. HEX triplet: 71, 56 and 92. RGB value is (113,86,146). Sum of RGB (Red+Green+Blue) = 113+86+146=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #715692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715692 is #8EA96D. Grayscale: #646464. Windows color (decimal): -9349486 or 9590385. OLE color: 9590385.

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

Color convert

RGB 113 86 146 -
CMYK 0.23 0.41 0 0.43
HSL 267º 0.26% 0.45% -
HSV(B) 267º 0.41% 0.57% -
XYZ 15.33 12.24 28.75 -
YUV 100.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 113 86 146 0.23 0.41 0 0.43 267 0.26 0.45
Hex 71 56 92 17 29 0 2B 10B 1A 2D
Octal 161 126 222 27 51 0 53 413 32 55
Binary 1110001 1010110 10010010 10111 101001 0 101011 100001011 11010 101101

Color Harmonies of #715692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715692

Black with #715692

Text Example


Text Example

White with #715692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715692; }

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

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

background-color css

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

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

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

border-color css

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

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

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