#634982

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

Shades of Butterfly Bush #634982

Tints of Butterfly Bush #634982

Color information

#634982 (or 0x634982) is unknown color: approx Butterfly Bush. HEX triplet: 63, 49 and 82. RGB value is (99,73,130). Sum of RGB (Red+Green+Blue) = 99+73+130=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #634982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634982 is #9CB67D. Grayscale: #575757. Windows color (decimal): -10270334 or 8538467. OLE color: 8538467.

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

Color convert

RGB9973130-
CMYK0.240.4400.49
HSL267.37º28.08%39.8%-
HSV(B)267.37º43.85%50.98%-
XYZ11.569.0322.25-
YUV87.27152.11136.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.78%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 130 (51.17% from 255) = 43.05%
R=32.78%
G=24.17%
B=43.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99731300.240.4400.49267.3728.0839.8
Hex634982182C03110b1c28
Octal14311120230540614133450
Binary110001110010011000001011000101100011000110000101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634982; }

 p { color: rgb(99,73,130); }

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

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

 a { background-color: rgb(99,73,130); }

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

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

 span { border-color: rgb(99,73,130); }

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