#74608B

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

Shades of Butterfly Bush #74608B

Tints of Butterfly Bush #74608B

Color information

#74608B (or 0x74608B) is unknown color: approx Butterfly Bush. HEX triplet: 74, 60 and 8B. RGB value is (116,96,139). Sum of RGB (Red+Green+Blue) = 116+96+139=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #74608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74608B is #8B9F74. Grayscale: #6A6A6A. Windows color (decimal): -9150325 or 9134196. OLE color: 9134196.

HSL color Cylindrical-coordinate representation of color #74608B: hue angle of 267.91º degrees, saturation: 0.18, 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 #74608B is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11696139-
CMYK0.170.3100.45
HSL267.91º18.3%46.08%-
HSV(B)267.91º30.94%54.51%-
XYZ16.0513.9426.27-
YUV106.88146.13134.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=33.05%
G=27.35%
B=39.60%

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
Decimal116961390.170.3100.45267.9118.346.08
Hex74608B111F02D10c122e
Octal16414021321370554142256
Binary11101001100000100010111000111111010110110000110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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