Html Css Color HEX #735A96 Butterfly Bush

📋 copy color: '#735A96'

red 115 ◦ green 90 ◦ blue 150

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

Shades of Butterfly Bush #735A96

Tints of Butterfly Bush #735A96

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.35%

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

R = 32.39%
G = 25.35%
B = 42.25%

CMYK

 C value IS 0.23

 M value IS 0.4

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#735A96 (or 0x735A96) is known color: Butterfly Bush. HEX triplet: 73, 5A and 96. RGB value is (115,90,150). Sum of RGB (Red+Green+Blue) = 115+90+150=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #735A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735A96 is #8CA569. Grayscale: #686868. Windows color (decimal): -9217386 or 9853555. OLE color: 9853555.

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

Color convert

RGB 115 90 150 -
CMYK 0.23 0.4 0 0.41
HSL 265º 0.25% 0.47% -
HSV(B) 265º 0.4% 0.59% -
XYZ 16.23 13.16 30.54 -
YUV 104.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 115 90 150 0.23 0.4 0 0.41 265 0.25 0.47
Hex 73 5A 96 17 28 0 29 109 19 2F
Octal 163 132 226 27 50 0 51 411 31 57
Binary 1110011 1011010 10010110 10111 101000 0 101001 100001001 11001 101111

Color Harmonies of #735A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735A96

Black with #735A96

Text Example


Text Example

White with #735A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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