#75618D

Color #75618D Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #75618D

Tints of Butterfly Bush #75618D

Color information

#75618D (or 0x75618D) is unknown color: approx Butterfly Bush. HEX triplet: 75, 61 and 8D. RGB value is (117,97,141). Sum of RGB (Red+Green+Blue) = 117+97+141=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: blue. Hex color #75618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75618D is #8A9E72. Grayscale: #6B6B6B. Windows color (decimal): -9084531 or 9265525. OLE color: 9265525.

HSL color Cylindrical-coordinate representation of color #75618D: hue angle of 267.27º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75618D is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11797141-
CMYK0.170.3100.45
HSL267.27º18.49%46.67%-
HSV(B)267.27º31.21%55.29%-
XYZ16.4214.2527.09-
YUV108146.63134.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 141 (55.47% from 255) = 39.72%
R=32.96%
G=27.32%
B=39.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117971410.170.3100.45267.2718.4946.67
Hex75618D111F02D10b122f
Octal16514121521370554132257
Binary11101011100001100011011000111111010110110000101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75618D; }

 p { color: rgb(117,97,141); }

 H1.HeaderClassName
 {
   color: #75618D;
 }
 .AnyTagClassName
 {
   color: #75618D;
 }
</style>
background-color css

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

 a { background-color: rgb(117,97,141); }

 div.DivClassName
 {
   background-color: #75618D;
 }
 .BgClassName
 {
   background-color: #75618D;
 }
</style>
border-color css

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

 span { border-color: rgb(117,97,141); }

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