Html Css Color HEX #725E95 Butterfly Bush

📋 copy color: '#725E95'

red 114 ◦ green 94 ◦ blue 149

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

Shades of Butterfly Bush #725E95

Tints of Butterfly Bush #725E95

RGB

 RED value IS 114 (44.92% from 255) = 31.93%

 GREEN value IS 94 (37.11% from 255) = 26.33%

 BLUE value IS 149 (58.59% from 255) = 41.74%

R = 31.93%
G = 26.33%
B = 41.74%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#725E95 (or 0x725E95) is known color: Butterfly Bush. HEX triplet: 72, 5E and 95. RGB value is (114,94,149). Sum of RGB (Red+Green+Blue) = 114+94+149=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #725E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725E95 is #8DA16A. Grayscale: #6A6A6A. Windows color (decimal): -9281899 or 9789042. OLE color: 9789042.

HSL color Cylindrical-coordinate representation of color #725E95: hue angle of 261.82º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #725E95 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 94 149 -
CMYK 0.23 0.37 0 0.42
HSL 261.82º 0.23% 0.48% -
HSV(B) 261.82º 0.37% 0.58% -
XYZ 16.37 13.75 30.23 -
YUV 106.25 152.13 133.53 -
System Red Green Blue C M Y K H S L
Decimal 114 94 149 0.23 0.37 0 0.42 261.82 0.23 0.48
Hex 72 5E 95 17 25 0 2A 106 17 30
Octal 162 136 225 27 45 0 52 406 27 60
Binary 1110010 1011110 10010101 10111 100101 0 101010 100000110 10111 110000

Color Harmonies of #725E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725E95

Black with #725E95

Text Example


Text Example

White with #725E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725E95; }

 p { color: rgb(114,94,149); }

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

background-color css

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

 a { background-color: rgb(114,94,149); }

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

border-color css

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

 span { border-color: rgb(114,94,149); }

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