Html Css Color HEX #735996 Butterfly Bush

📋 copy color: '#735996'

red 115 ◦ green 89 ◦ blue 150

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

Shades of Butterfly Bush #735996

Tints of Butterfly Bush #735996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.37%

R = 32.49%
G = 25.14%
B = 42.37%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#735996 (or 0x735996) is known color: Butterfly Bush. HEX triplet: 73, 59 and 96. RGB value is (115,89,150). Sum of RGB (Red+Green+Blue) = 115+89+150=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #735996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735996 is #8CA669. Grayscale: #676767. Windows color (decimal): -9217642 or 9853299. OLE color: 9853299.

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

Color convert

RGB 115 89 150 -
CMYK 0.23 0.41 0 0.41
HSL 265.57º 0.26% 0.47% -
HSV(B) 265.57º 0.41% 0.59% -
XYZ 16.15 12.99 30.51 -
YUV 103.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 115 89 150 0.23 0.41 0 0.41 265.57 0.26 0.47
Hex 73 59 96 17 29 0 29 10A 1A 2F
Octal 163 131 226 27 51 0 51 412 32 57
Binary 1110011 1011001 10010110 10111 101001 0 101001 100001010 11010 101111

Color Harmonies of #735996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735996

Black with #735996

Text Example


Text Example

White with #735996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735996; }

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

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

background-color css

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

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

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

border-color css

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

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

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