#674990

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

Shades of Butterfly Bush #674990

Tints of Butterfly Bush #674990

Color information

#674990 (or 0x674990) is unknown color: approx Butterfly Bush. HEX triplet: 67, 49 and 90. RGB value is (103,73,144). Sum of RGB (Red+Green+Blue) = 103+73+144=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #674990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674990 is #98B66F. Grayscale: #595959. Windows color (decimal): -10008176 or 9455975. OLE color: 9455975.

HSL color Cylindrical-coordinate representation of color #674990: hue angle of 265.35º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #674990 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10373144-
CMYK0.280.4900.44
HSL265.35º32.72%42.55%-
HSV(B)265.35º49.31%56.47%-
XYZ13.019.6627.56-
YUV90.06158.44137.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 73 (28.91% from 255) = 22.81%
BLUE value IS 144 (56.64% from 255) = 45%
R=32.19%
G=22.81%
B=45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal103731440.280.4900.44265.3532.7242.55
Hex6749901C3102C109212b
Octal14711122034610544114153
Binary1100111100100110010000111001100010101100100001001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674990; }

 p { color: rgb(103,73,144); }

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

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

 a { background-color: rgb(103,73,144); }

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

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

 span { border-color: rgb(103,73,144); }

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