#75608E

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

Shades of Butterfly Bush #75608E

Tints of Butterfly Bush #75608E

Color information

#75608E (or 0x75608E) is unknown color: approx Butterfly Bush. HEX triplet: 75, 60 and 8E. RGB value is (117,96,142). Sum of RGB (Red+Green+Blue) = 117+96+142=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #75608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75608E is #8A9F71. Grayscale: #6B6B6B. Windows color (decimal): -9084786 or 9330805. OLE color: 9330805.

HSL color Cylindrical-coordinate representation of color #75608E: hue angle of 267.39º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75608E is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11796142-
CMYK0.180.3200.44
HSL267.39º19.33%46.67%-
HSV(B)267.39º32.39%55.69%-
XYZ16.414.127.45-
YUV107.52147.46134.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 142 (55.86% from 255) = 40%
R=32.96%
G=27.04%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117961420.180.3200.44267.3919.3346.67
Hex75608E122002C10b132f
Octal16514021622400544132357
Binary111010111000001000111010010100000010110010000101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75608E; }

 p { color: rgb(117,96,142); }

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

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

 a { background-color: rgb(117,96,142); }

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

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

 span { border-color: rgb(117,96,142); }

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