Html Css Color HEX #735F95 Butterfly Bush

📋 copy color: '#735F95'

red 115 ◦ green 95 ◦ blue 149

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

Shades of Butterfly Bush #735F95

Tints of Butterfly Bush #735F95

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.46%

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

R = 32.03%
G = 26.46%
B = 41.5%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#735F95 (or 0x735F95) is known color: Butterfly Bush. HEX triplet: 73, 5F and 95. RGB value is (115,95,149). Sum of RGB (Red+Green+Blue) = 115+95+149=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #735F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735F95 is #8CA06A. Grayscale: #6A6A6A. Windows color (decimal): -9216107 or 9789299. OLE color: 9789299.

HSL color Cylindrical-coordinate representation of color #735F95: hue angle of 262.22º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #735F95 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 95 149 -
CMYK 0.23 0.36 0 0.42
HSL 262.22º 0.22% 0.48% -
HSV(B) 262.22º 0.36% 0.58% -
XYZ 16.59 14 30.26 -
YUV 107.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 115 95 149 0.23 0.36 0 0.42 262.22 0.22 0.48
Hex 73 5F 95 17 24 0 2A 106 16 30
Octal 163 137 225 27 44 0 52 406 26 60
Binary 1110011 1011111 10010101 10111 100100 0 101010 100000110 10110 110000

Color Harmonies of #735F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735F95

Black with #735F95

Text Example


Text Example

White with #735F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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