Html Css Color HEX #735B8C Butterfly Bush

📋 copy color: '#735B8C'

red 115 ◦ green 91 ◦ blue 140

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

Shades of Butterfly Bush #735B8C

Tints of Butterfly Bush #735B8C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.3%

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 33.24%
G = 26.3%
B = 40.46%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#735B8C (or 0x735B8C) is known color: Butterfly Bush. HEX triplet: 73, 5B and 8C. RGB value is (115,91,140). Sum of RGB (Red+Green+Blue) = 115+91+140=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #735B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735B8C is #8CA473. Grayscale: #676767. Windows color (decimal): -9217140 or 9198451. OLE color: 9198451.

HSL color Cylindrical-coordinate representation of color #735B8C: hue angle of 269.39º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #735B8C is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 91 140 -
CMYK 0.18 0.35 0 0.45
HSL 269.39º 0.21% 0.45% -
HSV(B) 269.39º 0.35% 0.55% -
XYZ 15.54 13.02 26.5 -
YUV 103.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 115 91 140 0.18 0.35 0 0.45 269.39 0.21 0.45
Hex 73 5B 8C 12 23 0 2D 10D 15 2D
Octal 163 133 214 22 43 0 55 415 25 55
Binary 1110011 1011011 10001100 10010 100011 0 101101 100001101 10101 101101

Color Harmonies of #735B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735B8C

Black with #735B8C

Text Example


Text Example

White with #735B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,91,140); }

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

background-color css

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

 a { background-color: rgb(115,91,140); }

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

border-color css

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

 span { border-color: rgb(115,91,140); }

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