Html Css Color HEX #735995 Butterfly Bush

📋 copy color: '#735995'

red 115 ◦ green 89 ◦ blue 149

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

Shades of Butterfly Bush #735995

Tints of Butterfly Bush #735995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.21%

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

R = 32.58%
G = 25.21%
B = 42.21%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#735995 (or 0x735995) is known color: Butterfly Bush. HEX triplet: 73, 59 and 95. RGB value is (115,89,149). Sum of RGB (Red+Green+Blue) = 115+89+149=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #735995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735995 is #8CA66A. Grayscale: #676767. Windows color (decimal): -9217643 or 9787763. OLE color: 9787763.

HSL color Cylindrical-coordinate representation of color #735995: hue angle of 266º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #735995 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 89 149 -
CMYK 0.23 0.40 0 0.42
HSL 266º 0.25% 0.47% -
HSV(B) 266º 0.4% 0.58% -
XYZ 16.07 12.96 30.09 -
YUV 103.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 115 89 149 0.23 0.40 0 0.42 266 0.25 0.47
Hex 73 59 95 17 28 0 2A 10A 19 2F
Octal 163 131 225 27 50 0 52 412 31 57
Binary 1110011 1011001 10010101 10111 101000 0 101010 100001010 11001 101111

Color Harmonies of #735995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735995

Black with #735995

Text Example


Text Example

White with #735995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735995; }

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

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

background-color css

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

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

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

border-color css

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

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

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