#74618F

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

Shades of Butterfly Bush #74618F

Tints of Butterfly Bush #74618F

Color information

#74618F (or 0x74618F) is unknown color: approx Butterfly Bush. HEX triplet: 74, 61 and 8F. RGB value is (116,97,143). Sum of RGB (Red+Green+Blue) = 116+97+143=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 143 - color contains mainly: blue. Hex color #74618F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74618F is #8B9E70. Grayscale: #6B6B6B. Windows color (decimal): -9150065 or 9396596. OLE color: 9396596.

HSL color Cylindrical-coordinate representation of color #74618F: hue angle of 264.78º 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 #74618F is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11697143-
CMYK0.190.3200.44
HSL264.78º19.17%47.06%-
HSV(B)264.78º32.17%56.08%-
XYZ16.4414.2527.87-
YUV107.92147.79133.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.58%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 143 (56.25% from 255) = 40.17%
R=32.58%
G=27.25%
B=40.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116971430.190.3200.44264.7819.1747.06
Hex74618F132002C109132f
Octal16414121723400544112357
Binary111010011000011000111110011100000010110010000100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74618F; }

 p { color: rgb(116,97,143); }

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

<style>
 a { background-color: #74618F; }

 a { background-color: rgb(116,97,143); }

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

<style>
 span { border-color: #74618F; }

 span { border-color: rgb(116,97,143); }

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