#74608C

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

Shades of Butterfly Bush #74608C

Tints of Butterfly Bush #74608C

Color information

#74608C (or 0x74608C) is unknown color: approx Butterfly Bush. HEX triplet: 74, 60 and 8C. RGB value is (116,96,140). Sum of RGB (Red+Green+Blue) = 116+96+140=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #74608C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74608C is #8B9F73. Grayscale: #6A6A6A. Windows color (decimal): -9150324 or 9199732. OLE color: 9199732.

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

Color convert

RGB11696140-
CMYK0.170.3100.45
HSL267.27º18.64%46.27%-
HSV(B)267.27º31.43%54.9%-
XYZ16.1213.9726.66-
YUV107146.63134.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=32.95%
G=27.27%
B=39.77%

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
Decimal116961400.170.3100.45267.2718.6446.27
Hex74608C111F02D10b132e
Octal16414021421370554132356
Binary11101001100000100011001000111111010110110000101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74608C; }

 p { color: rgb(116,96,140); }

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

<style>
 a { background-color: #74608C; }

 a { background-color: rgb(116,96,140); }

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

<style>
 span { border-color: #74608C; }

 span { border-color: rgb(116,96,140); }

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