Html Css Color HEX #735E95 Butterfly Bush

📋 copy color: '#735E95'

red 115 ◦ green 94 ◦ blue 149

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

Shades of Butterfly Bush #735E95

Tints of Butterfly Bush #735E95

RGB

 RED value IS 115 (45.31% from 255) = 32.12%

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

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

R = 32.12%
G = 26.26%
B = 41.62%

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

#735E95 (or 0x735E95) is known color: Butterfly Bush. HEX triplet: 73, 5E and 95. RGB value is (115,94,149). Sum of RGB (Red+Green+Blue) = 115+94+149=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #735E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735E95 is #8CA16A. Grayscale: #6A6A6A. Windows color (decimal): -9216363 or 9789043. OLE color: 9789043.

HSL color Cylindrical-coordinate representation of color #735E95: hue angle of 262.91º 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 #735E95 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 94 149 -
CMYK 0.23 0.37 0 0.42
HSL 262.91º 0.23% 0.48% -
HSV(B) 262.91º 0.37% 0.58% -
XYZ 16.5 13.82 30.23 -
YUV 106.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 115 94 149 0.23 0.37 0 0.42 262.91 0.23 0.48
Hex 73 5E 95 17 25 0 2A 107 17 30
Octal 163 136 225 27 45 0 52 407 27 60
Binary 1110011 1011110 10010101 10111 100101 0 101010 100000111 10111 110000

Color Harmonies of #735E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735E95

Black with #735E95

Text Example


Text Example

White with #735E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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