#645393

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

Shades of Butterfly Bush #645393

Tints of Butterfly Bush #645393

Color information

#645393 (or 0x645393) is unknown color: approx Butterfly Bush. HEX triplet: 64, 53 and 93. RGB value is (100,83,147). Sum of RGB (Red+Green+Blue) = 100+83+147=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #645393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645393 is #9BAC6C. Grayscale: #5F5F5F. Windows color (decimal): -10202221 or 9655140. OLE color: 9655140.

HSL color Cylindrical-coordinate representation of color #645393: hue angle of 255.94º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #645393 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10083147-
CMYK0.320.4400.42
HSL255.94º27.83%45.1%-
HSV(B)255.94º43.54%57.65%-
XYZ13.621129.01-
YUV95.38157.13131.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 83 (32.81% from 255) = 25.15%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=30.30%
G=25.15%
B=44.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100831470.320.4400.42255.9427.8345.1
Hex645393202C02A1001c2d
Octal14412322340540524003455
Binary1100100101001110010011100000101100010101010000000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645393; }

 p { color: rgb(100,83,147); }

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

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

 a { background-color: rgb(100,83,147); }

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

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

 span { border-color: rgb(100,83,147); }

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